Gradient Brushes

(PHP 7, UI 2.0.0)

Wstęp

Abstract for gradient brushes

Krótki opis klasy

abstract UI\Draw\Brush\Gradient extends UI\Draw\Brush {
/* Metody */
public addStop ( float $position , UI\Draw\Color $color ) : int
public addStop ( float $position , int $color ) : int
public delStop ( int $index ) : int
public setStop ( int $index , float $position , UI\Draw\Color $color ) : bool
public setStop ( int $index , float $position , int $color ) : bool
/* Metody dziedziczone */
public UI\Draw\Brush::getColor ( void ) : UI\Draw\Color
public UI\Draw\Brush::setColor ( UI\Draw\Color $color ) : void
public UI\Draw\Brush::setColor ( int $color ) : void
}

Spis treści

add a note add a note

User Contributed Notes

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