GoLang UI\Draw\Brush\Gradient::setStop

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



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

PHP UI\Draw\Brush\Gradient::setStop

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

UI\Draw\Brush\Gradient::setStop

(PHP 7, UI 2.0.0)

UI\Draw\Brush\Gradient::setStopStop Manipulation

Description

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 )

Parameters

index

The index of the stop to set

position

The position for the stop

color

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

Return Values

Indication of success