|
3ds Max C++ API Reference
|
#include <color.h>
Public Member Functions | |
| operator Color () | |
Public Attributes | |
| unsigned char | r |
| The mantissas of R,G,and B, relative to this exponent. More... | |
| unsigned char | g |
| unsigned char | b |
| unsigned char | e |
| The base 2 exponent of the maximum RGB component. More... | |
RealPixel MakeRealPixel(float r, float g, float b); ExpandRealPixel(RealPixel &rp, float& r, float &g, float& b); | unsigned char r |
The mantissas of R,G,and B, relative to this exponent.
| unsigned char g |
| unsigned char b |
| unsigned char e |
The base 2 exponent of the maximum RGB component.