UI\Draw\Brush\Gradient::setStop

(UI 2.0.0)

UI\Draw\Brush\Gradient::setStopDejar de manipular

Descripción

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

Parámetros

index

El índice de la parada que debe definirse

position

Posición de parada

color

El color del tope puede ser un objeto UI\Draw\Color o un entero RRGGBBAA.

Valores devueltos

Indicación de éxito

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top