classColorBuf 03
Member Function Documentation¶
|
Retrieve the alpha channel value. Return value is UBYTE so between 0 and 255. Definition at line 72 of file ColorBuf.h. References values. |
|
Retrieve the blue channel value. Return value is UBYTE so between 0 and 255. Definition at line 71 of file ColorBuf.h. References values. |
|
Retrieve all the color and alpha channel values as a ULONG, so between 0 and 255. Definition at line 73 of file ColorBuf.h. References color. |
|
Apply a Gamma correction to the color channels. Alpha channel is not corrected.
Definition at line 152 of file ColorBuf.h. References GammaCorrectColBuf(), and values. Here is the call graph for this function: |
|
Retrieve the normalized (from 0.0 to 1.0) color channels values. Definition at line 28 of file ColorBuf.inl. |
|
Factored color values are between 0.0 and 255.0 where 0.0 represent total black and 255.0 represent a theoretical white. Definition at line 34 of file ColorBuf.inl. References values. |
|
Normalized color values are between 0.0 and 1.0 where 0.0 represent total black and 1.0 represent a theoretical white. Note that when stored in a ColorBuf, color values can never exceed 1.0. Definition at line 39 of file ColorBuf.inl. |
|
Retrieve the normalized (from 0.0 to 1.0) alpha channel value. Definition at line 88 of file ColorBuf.h. |
|
Retrieve the green channel value. Return value is UBYTE so between 0 and 255. Definition at line 70 of file ColorBuf.h. References values. |
|
Multiplies the current instance channel values by the factor parameter. Result is rounded to the nearest integer. Definition at line 137 of file ColorBuf.h. References values. |
|
Casts a ColorBuf into a COLORREF. Definition at line 56 of file ColorBuf.h. References values. |