Public Member Functions | |
| Pixel (void) | |
| Pixel (const class Pixel32 &p) | |
Public Attributes | |
| float | r |
| float | g |
| float | b |
| float | a |
/** This structure represents a 4-channel, floating point precision pixel.
|
|
This constructor instantiates a pixel with 0 for the red, green and blue components, and 255 for the alpha. |
|
|
This constructor instantiates a 32 bit pixel representation of the RGBA components. |
|
|
The red, green, blue, and alpha components of the pixel |
|
|
The red, green, blue, and alpha components of the pixel |
|
|
The red, green, blue, and alpha components of the pixel |
|
|
The red, green, blue, and alpha components of the pixel |
1.4.1