UI\Draw\Stroke::setThickness
UI\Draw\Brush::__construct
UI
PHP Manual
Brushes
(PHP 7, UI 0.9.9)
Introduction
Represents a solid color brush
Synopsis de la classe
UI\Draw\Brush
{
/* Constructor */
public
__construct
(
UI\Draw\Color
$color
)
public
__construct
(
int
$color
)
/* Méthodes */
public
UI\Draw\Color
getColor
(
void
)
public
void
setColor
(
UI\Draw\Color
$color
)
public
void
setColor
(
int
$color
)
}
Sommaire
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