UI\Draw\Stroke::setThickness
UI\Draw\Brush::__construct
UI
PHP Manual
Brushes
(PHP 7, UI 0.9.9)
Einführung
Represents a solid color brush
Klassenbeschreibung
UI\Draw\Brush
{
/* Constructor */
public
__construct
(
UI\Draw\Color
$color
)
public
__construct
(
integer
$color
)
/* Methoden */
public
UI\Draw\Color
getColor
(
void
)
public
void
setColor
(
UI\Draw\Color
$color
)
public
void
setColor
(
integer
$color
)
}
Inhaltsverzeichnis
UI\Draw\Brush::__construct
— Construct a new Brush
UI\Draw\Brush::getColor
— Get Color
UI\Draw\Brush::setColor
— Set Color
UI\Draw\Stroke::setThickness
UI\Draw\Brush::__construct
UI
PHP Manual