PHP 8.4.0 RC3 available for testing

UI\Draw\Brush::__construct

(UI 0.9.9)

UI\Draw\Brush::__constructConstruct a new Brush

Açıklama

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

Shall construct a solid brush using the given color

Bağımsız Değişkenler

color

Can be a UI\Draw\Color or RRGGBBAA

add a note

User Contributed Notes

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