UI\Draw\Brush\Gradient::setStop
UI\Draw\Brush\LinearGradient::__construct
UI
PHP Manual
Linear Gradient
(PHP 7, UI 2.0.0)
Введение
Обзор классов
UI\Draw\Brush\LinearGradient
extends
UI\Draw\Brush\Gradient
{
/* Constructor */
public
__construct
(
UI\Point
$start
,
UI\Point
$end
)
/* Наследуемые методы */
public
integer
UI\Draw\Brush\Gradient::addStop
(
float
$position
,
UI\Draw\Color
$color
)
public
integer
UI\Draw\Brush\Gradient::addStop
(
float
$position
,
integer
$color
)
public
integer
UI\Draw\Brush\Gradient::delStop
(
integer
$index
)
public
boolean
UI\Draw\Brush\Gradient::setStop
(
integer
$index
,
float
$position
,
UI\Draw\Color
$color
)
public
boolean
UI\Draw\Brush\Gradient::setStop
(
integer
$index
,
float
$position
,
integer
$color
)
}
Содержание
UI\Draw\Brush\LinearGradient::__construct
— Construct a Linear Gradient
UI\Draw\Brush\Gradient::setStop
UI\Draw\Brush\LinearGradient::__construct
UI
PHP Manual