ColorHolder

constructor(r: Int, g: Int, b: Int, a: Int, alphaMode: Boolean)

Parameters

r

int value of r component (0..255)

g

int value of g component (0..255)

b

int value of b component (0..255)

a

int value of a component (0..255)

alphaMode

whether this color holder supports transparency