Gradient Brushes

(PHP 7, UI 2.0.0)

소개

Abstract for gradient brushes

클래스 개요

abstract UI\Draw\Brush\Gradient extends UI\Draw\Brush {
/* 메소드 */
public integer addStop ( float $position , UI\Draw\Color $color )
public integer addStop ( float $position , integer $color )
public integer delStop ( integer $index )
public boolean setStop ( integer $index , float $position , UI\Draw\Color $color )
public boolean setStop ( integer $index , float $position , integer $color )
/* 상속된 메소드 */
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 ( integer $color )
}

Table of Contents

add a note add a note

User Contributed Notes

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