Dutch PHP Conference 2025 - Call For Papers

Brushes

(UI 0.9.9)

Вступ

Represents a solid color brush

Короткий огляд класу

class UI\Draw\Brush {
/* Constructor */
public __construct(UI\Draw\Color $color)
public __construct(int $color)
/* Методи */
public setColor(UI\Draw\Color $color): void
public setColor(int $color): void
}

Зміст

add a note

User Contributed Notes

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