Pinceles de degradado

(UI 2.0.0)

Introducción

Abstracción para pinceles de degradado

Sinopsis de la Clase

abstract class UI\Draw\Brush\Gradient extends UI\Draw\Brush {
/* Métodos */
public function addStop(float $position, UI\Draw\Color $color): int
public function addStop(float $position, int $color): int
public function delStop(int $index): int
public function setStop(int $index, float $position, UI\Draw\Color $color): bool
public function setStop(int $index, float $position, int $color): bool
/* Métodos heredados */
public function UI\Draw\Brush::setColor(UI\Draw\Color $color): void
public function UI\Draw\Brush::setColor(int $color): void
}

Tabla de contenidos

add a note

User Contributed Notes

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