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