Brushes

(UI 0.9.9)

Giriş

Represents a solid color brush

Sınıf Sözdizimi

class UI\Draw\Brush {
/* Constructor */
public function __construct(UI\Draw\Color $color)
public function __construct(int $color)
/* Yöntemler */
public function getColor(): UI\Draw\Color
public function setColor(UI\Draw\Color $color): void
public function setColor(int $color): void
}

İçindekiler

add a note

User Contributed Notes

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