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) |
The HPixelRGBA class is the data type of a rgba pixel.
void HPixelRGBA::Set | ( | unsigned char | R, |
unsigned char | G, | ||
unsigned char | B, | ||
unsigned char | A = 0 |
||
) | [inline] |
Sets the pixel value.
References HPixelRGB::Set().
void HPixelRGBA::Setf | ( | float | R, |
float | G, | ||
float | B, | ||
float | A = 0.0f |
||
) | [inline] |
Sets a pixel value taking floats (between 0.0 - 1.0) for rgba.
References HPixelRGB::Setf().