UI\Draw\Brush\Gradient::setStop

Stop Manipulation

説明

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)

パラメータ

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

戻り値

Indication of success