Colour
Represents an RGBA colour. Note that colour each component is 8-bit (ie. must be between 0
and 255
).
Properties
Property | Type | Description |
---|---|---|
Red component | ||
Green component | ||
Blue component | ||
Alpha component (transparency) |
Constructors
new
(
)
Creates a new colour with all components set to 0
.
new
(
)
Creates a new colour with the given 255
.
new
(
)
Creates a new colour with the given