UI\Draw\Brush\LinearGradient
class UI\Draw\Brush\LinearGradient
extends
UI\Draw\Brush\Gradient
{
public __construct(UI\Point $start
, UI\Point $end
)
public int UI\Draw\Brush\Gradient::addStop(float $position
, UI\Draw\Color $color
)
public int UI\Draw\Brush\Gradient::addStop(float $position
, int $color
)
public int UI\Draw\Brush\Gradient::delStop(int $index
)
public bool UI\Draw\Brush\Gradient::setStop(int $index
, float $position
, UI\Draw\Color $color
)
public bool UI\Draw\Brush\Gradient::setStop(int $index
, float $position
, int $color
)
}