Brushes

(UI 0.9.9)

Introduction

Represents a solid color brush

Class synopsis

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

Table of Contents

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top