UI\Draw\Brush\Gradient::setStop

(UI 2.0.0)

UI\Draw\Brush\Gradient::setStop — Manipulation d'arrĂȘt

Description

public function UI\Draw\Brush\Gradient::setStop(int $index, float $position, UI\Draw\Color $color): bool
public function 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.