UI UI\Draw\Brush\Gradient

(UI 2.0.0)


소개

그라디언트 브러시에 대한 개요


클래스 개요

                  
abstract class UI\Draw\Brush\Gradient extends UI\Draw\Brush {

  /* Methods */
  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

  /* Inherited methods */
  public UI\Draw\Brush::getColor(): UI\Draw\Color
  public UI\Draw\Brush::setColor(UI\Draw\Color $color): void
  public UI\Draw\Brush::setColor(int $color): void
}
                  
                

목차