Color.Constructor Constructor

Constructs color from red, green, blue and alpha float components.

Constructor(
   red as nfloat,
   green as nfloat,
   blue as nfloat,
   alpha as nfloat) as void

Parameters

red
Red component in the range 0.0 to 1.0.
green
Green component in the range 0.0 to 1.0.
blue
Blue component in the range 0.0 to 1.0.
alpha
Alpha component in the range 0.0 to 1.0.

Returns

void

Remarks

See Also

Color Class