Color.this

Creates a new 24 bit color using 3x 8 bit components.

struct Color
this
(
ubyte r
,
ubyte g
,
ubyte b
)

Parameters

r
Type: ubyte

Red value in range 0 - 255

g
Type: ubyte

Green value in range 0 - 255

b
Type: ubyte

Blue value in range 0 - 255

Meta