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

DrawBlur

PIXEL.DrawBlur( Panel panel, number localX, number localY, number width, number height )

Description

ℹ️

The amount of passes used to draw the blur can be changed on the client with the pixel_ui_blur_passes convar.

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

Arguments

Panel panel

The panel to draw the blur on.

number localX

The X coordinate to draw at.

number localY

The Y coordinate to draw at.

number width

The width of the blur.

number height

The height of the blur.