PHP 8.4.0 RC4 available for testing

UI\Draw\Brush::__construct

(UI 0.9.9)

UI\Draw\Brush::__constructConstruit un nouveau pinceau

Description

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

Construit un pinceau solide en utilisant la couleur donnée

Liste de paramètres

color

Peut être un objet UI\Draw\Color ou un entier RRGGBBAA

add a note

User Contributed Notes

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