GoLang UI\Draw\Brush\Gradient::addStop

request it (207)
GoLang replacement for PHP's UI\Draw\Brush\Gradient::addStop [edit | history]



Do you know a GoLang replacement for PHP's UI\Draw\Brush\Gradient::addStop? Write it!

PHP UI\Draw\Brush\Gradient::addStop

PHP original manual for UI\Draw\Brush\Gradient::addStop [ show | php.net ]

UI\Draw\Brush\Gradient::addStop

(PHP 7, UI 2.0.0)

UI\Draw\Brush\Gradient::addStopStop Manipulation

Description

public int UI\Draw\Brush\Gradient::addStop ( float $position , UI\Draw\Color $color )
public int UI\Draw\Brush\Gradient::addStop ( float $position , int $color )

Shall at a stop of the given color at the given position

Parameters

position

The position for the new stop

color

The color for the new stop, may be UI\Draw\Color or RRGGBBAA

Return Values

Total number of stops