PHP 8.4.24 Released!

UI\Draw\Brush\Gradient::addStop

(UI 2.0.0)

UI\Draw\Brush\Gradient::addStopStop Manipulation

Descrizione

public function UI\Draw\Brush\Gradient::addStop(float $position, UI\Draw\Color $color): int
public function UI\Draw\Brush\Gradient::addStop(float $position, int $color): int

Shall add a stop of the given color at the given position

Elenco dei parametri

position

The position for the new stop

color

The color for the new stop, may be UI\Draw\Color or RRGGBBAA

Valori restituiti

Total number of stops

add a note

User Contributed Notes

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