CColorRef:Class Properties
The CColorRef class has several properties that hold the data used by the class object. Properties in the table below are accessed using the dot operator on the CColorRef object, for example, C.R. You also can access them using the new constructor and the class Get and Set methods.
CColorRef Class Properties |
|
R |
The red channel value. |
G |
The green channel value. |
B |
The blue channel value. |