UI\Draw\Brush\Gradient::addStop
PHP function
Edit on GitHub ✎
(UI 2.0.0)
Stop Manipulation
Description
UI\Draw\Brush\Gradient::addStop(float $position, UI\Draw\Color $color): int
UI\Draw\Brush\Gradient::addStop(float $position, int $color): int
Shall add a stop of the given color at the given position
Parameters
positionThe position for the new stop
colorThe color for the new stop, may be UI\Draw\Color or RRGGBBAA
Return Values
Total number of stops