UI\Draw\Brush::setColor
UI\Draw\Brush\Gradient::addStop
UI
PHP Manual
Gradient Brushes
(PHP 7, UI 2.0.0)
Введение
Abstract for gradient brushes
Обзор классов
abstract
UI\Draw\Brush\Gradient
extends
UI\Draw\Brush
{
/* Методы */
public
integer
addStop
(
float
$position
,
UI\Draw\Color
$color
)
public
integer
addStop
(
float
$position
,
integer
$color
)
public
integer
delStop
(
integer
$index
)
public
boolean
setStop
(
integer
$index
,
float
$position
,
UI\Draw\Color
$color
)
public
boolean
setStop
(
integer
$index
,
float
$position
,
integer
$color
)
/* Наследуемые методы */
public
UI\Draw\Color
UI\Draw\Brush::getColor
(
void
)
public
void
UI\Draw\Brush::setColor
(
UI\Draw\Color
$color
)
public
void
UI\Draw\Brush::setColor
(
integer
$color
)
}
Содержание
UI\Draw\Brush\Gradient::addStop
— Stop Manipulation
UI\Draw\Brush\Gradient::delStop
— Stop Manipulation
UI\Draw\Brush\Gradient::setStop
— Stop Manipulation
UI\Draw\Brush::setColor
UI\Draw\Brush\Gradient::addStop
UI
PHP Manual