Radial Gradient

Introduction

Class synopsis

UI\Draw\Brush\RadialGradient
class UI\Draw\Brush\RadialGradient extends UI\Draw\Brush\Gradient {
/* Constructor */
public __construct(UI\Point $start, UI\Point $outer, float $radius)
/* Inherited methods */
public int UI\Draw\Brush\Gradient::addStop(float $position, UI\Draw\Color $color)
public int UI\Draw\Brush\Gradient::addStop(float $position, int $color)
public int UI\Draw\Brush\Gradient::delStop(int $index)
public bool UI\Draw\Brush\Gradient::setStop(int $index, float $position, UI\Draw\Color $color)
public bool UI\Draw\Brush\Gradient::setStop(int $index, float $position, int $color)
}
Table of Contents