PHP 8.4.6 Released!

UI\Draw\Brush::__construct

(UI 0.9.9)

UI\Draw\Brush::__constructCrea un nuevo pincel

Descripción

public UI\Draw\Brush::__construct(UI\Draw\Color $color)
public UI\Draw\Brush::__construct(int $color)

Construye un pincel sólido utilizando el color dado

Parámetros

color

Puede ser un objeto UI\Draw\Color o un entero RRGGBBAA

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top