Gradient Brushes

(UI 2.0.0)

Introduction

Abstract for gradient brushes

Class synopsis

abstractclassUI\Draw\Brush\GradientextendsUI\Draw\Brush {
publicaddStop(float$position, UI\Draw\Color$color): int
publicaddStop(float$position, int$color): int
publicdelStop(int$index): int
publicsetStop(int$index, float$position, UI\Draw\Color$color): bool
publicsetStop(int$index, float$position, int$color): bool
}

Table of Contents

To Top