UI
PHP Manual

Gradient Brushes

(PHP 7, UI 2.0.0)

Einführung

Abstract for gradient brushes

Klassenbeschreibung

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

Inhaltsverzeichnis


UI
PHP Manual