UI\Draw\Brush::setColor

(UI 0.9.9)

UI\Draw\Brush::setColorSet Color

Descripción

publicUI\Draw\Brush::setColor(UI\Draw\Color$color): void
publicUI\Draw\Brush::setColor(int$color): void

Shall set the color of this brush to the color provided

Parámetros

color

Can be a UI\Draw\Color or RRGGBBAA

Valores devueltos

To Top