UI\Draw\Color::__construct

(UI 0.9.9)

UI\Draw\Color::__constructConstruct new Color

Description

publicUI\Draw\Color::__construct(UI\Draw\Color$color = ?)
publicUI\Draw\Color::__construct(int$color = ?)

Shall construct a new color

Parameters

color

May be UI\Draw\Color or RRGGBBAA

To Top