PHP 8.4.0 RC4 available for testing

UI\Draw\Brush\Gradient::setStop

(UI 2.0.0)

UI\Draw\Brush\Gradient::setStopManipulation d'arrêt

Description

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

Liste de paramètres

index

L'index de l'arrêt à définir

position

La position pour l'arrêt

color

La couleur pour l'arrêt, peut être un objet UI\Draw\Color ou un entier RRGGBBAA

Valeurs de retour

Indication de succès

add a note

User Contributed Notes

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