Gradient Brushes
(PHP 7, UI 2.0.0)
소개
Abstract for gradient brushes
클래스 개요
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
)
}
Table of Contents
There are no user contributed notes for this page.