Gradient Brushes
(PHP 7, UI 2.0.0)
Introduction
Abstract for gradient brushes
Class synopsis
public int addStop
(
float $position
,
UI\Draw\Color $color
)
public int addStop
(
float $position
,
int $color
)
public bool setStop
(
int $index
,
float $position
,
UI\Draw\Color $color
)
public bool setStop
(
int $index
,
float $position
,
int $color
)
}
Table of Contents
There are no user contributed notes for this page.