
The HPixelRGBA class is the data type of a rgba pixel. More...
#include <HGlobals.h>
Public Member Functions | |
| unsigned char | a () const |
| void | a (unsigned char const A) |
| HPixelRGBA (unsigned char const R=0, unsigned char const G=0, unsigned char const B=0, unsigned char const A=0) | |
| HPixelRGBA (HPixelRGBA const &p) | |
| void | Set (unsigned char R, unsigned char G, unsigned char B, unsigned char A=0) |
| void | Setf (float R, float G, float B, float A=0.0f) |
Public Member Functions inherited from HPixelRGB | |
| unsigned char | b () const |
| void | b (unsigned char const B) |
| unsigned char | g () const |
| void | g (unsigned char const G) |
| HPixelRGB (unsigned char R=0, unsigned char G=0, unsigned char B=0) | |
| HPixelRGB (HPixelRGB const &p) | |
| unsigned char | r () const |
| void | r (unsigned char const R) |
| void | Set (unsigned char R, unsigned char G, unsigned char B) |
| void | Setf (float R, float G, float B) |
The HPixelRGBA class is the data type of a rgba pixel.
|
inline |
Sets the pixel value.
References HPixelRGB::Set().
|
inline |
Sets a pixel value taking floats (between 0.0 - 1.0) for rgba.
References HPixelRGB::Setf().