This reference page is linked to from the following overview topics: High Dynamic Range Bitmaps.
RealPixel
MakeRealPixel(float r, float g, float b);
ExpandRealPixel(RealPixel &rp, float& r, float
&g, float& b);
#include <color.h>
Public Member Functions |
|
GEOMEXPORT | operator Color () |
Public Attributes |
|
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. |
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.