Dutch PHP Conference 2025 - Call For Papers

UI\Draw\Brush\Gradient::setStop

(UI 2.0.0)

UI\Draw\Brush\Gradient::setStopDefine parada

Descrição

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

O índice da parada de gradiente a ser definida.

position

A posição para a parada de gradiente.

color

A cor para a parada de gradiente, pode ser UI\Draw\Color ou no formato RRGGBBAA.

Valor Retornado

Indicação de sucesso.

add a note

User Contributed Notes

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