Gradient Brushes

(UI 2.0.0)

はじめに

Abstract for gradient brushes

クラス概要

abstract class UI\Draw\Brush\Gradient extends UI\Draw\Brush {
/* メソッド */
public addStop(float $position, UI\Draw\Color $color): int
public addStop(float $position, int $color): int
public delStop(int $index): int
public setStop(int $index, float $position, UI\Draw\Color $color): bool
public setStop(int $index, float $position, int $color): bool
/* 継承したメソッド */
public UI\Draw\Brush::setColor(int $color): void
}

目次

関連キーワード:  Gradient, Brush, int, public, Brushes, addStop, float, Stop, setStop, Manipulation