« UI\Draw\Brush\LinearGradient::__construct
UI\Draw\Brush\RadialGradient::__construct »
PHP Manual
UI
Радиальный градиент
Радиальный градиент
(UI 2.0.0)
Введение
Обзор класса
class
UI\Draw\Brush\RadialGradient
extends
UI\Draw\Brush\Gradient
{
/* Конструктор */
public
__construct
(
UI\Point
$start
,
UI\Point
$outer
,
float
$radius
)
/* Наследуемые методы */
public
UI\Draw\Brush\Gradient::addStop
(
float
$position
,
UI\Draw\Color
$color
):
int
public
UI\Draw\Brush\Gradient::addStop
(
float
$position
,
int
$color
):
int
public
UI\Draw\Brush\Gradient::delStop
(
int
$index
):
int
public
UI\Draw\Brush\Gradient::setStop
(
int
$index
,
float
$position
,
UI\Draw\Color
$color
):
bool
public
UI\Draw\Brush\Gradient::setStop
(
int
$index
,
float
$position
,
int
$color
):
bool
}
Содержание
UI\Draw\Brush\RadialGradient::__construct
— Конструктор класса RadialGradient