CopperLicht API Documentation
Class CL3D.ColorF
A class holding a floating point color, consisting of four Numbers, for r, g, b and alpha
Class Overview
CL3D.ColorF()
A class holding a floating point color, consisting of four Numbers, for r, g, b and alpha
Field Attributes | Field Name and Description |
---|---|
alpha value of the color
|
|
blue value of the color
|
|
green value of the color
|
|
red value of the color
|
Method Attributes | Method Name and Description |
---|---|
clone()
Creates a copy of this color
|
Field Detail
{Number}
A
alpha value of the color
{Number}
B
blue value of the color
{Number}
G
green value of the color
{Number}
R
red value of the color
Method Detail
clone()
Creates a copy of this color