⚠️ This site is under development, some artefacts may be missing or incomplete.
PIXEL UI
Miscellaneous

Miscellaneous

Methods

The following miscellaneous drawing methods are accessible via the PIXEL global table:

PIXEL.DrawBlur( Panel, number, number, number, number )

Draws a blur over a specific area of a VGUI panel.

PIXEL.DrawRoundedTextBox( string, string, number, number, number, color, number, number, Color )

Draws a rounded box which expands to fit the provided text.

PIXEL.DrawFixedRoundedTextBox( string, string, number, number, number, color, number, number, number, number, Color )

Draws a rounded box which contains the given text.