PHP 8.1.28 Released!

UI\Draw\Brush::__construct

(UI 0.9.9)

UI\Draw\Brush::__constructСоздать новый объект Brush

Описание

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

Создаст сплошную кисть, используя заданный цвет

Список параметров

color

Может быть UI\Draw\Color или RRGGBBAA

add a note

User Contributed Notes

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