Brushes

Introduction

Represents a solid color brush

Class synopsis

UI\Draw\Brush
class UI\Draw\Brush {
/* Constructor */
public __construct(UI\Draw\Color $color)
public __construct(int $color)
/* Methods */
public UI\Draw\Color getColor()
public void setColor(UI\Draw\Color $color)
public void setColor(int $color)
}
Table of Contents