Linear Gradient

Introduction

Class synopsis

UI\Draw\Brush\LinearGradient
class UI\Draw\Brush\LinearGradient extends UI\Draw\Brush\Gradient {
/* Constructor */
public __construct(UI\Point $start, UI\Point $end)
/* 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