32 explicit Rgb8(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a = 0)
All classes and functions are within the CVD namespace.
Definition: argb.h:6
unsigned char dummy
The 4th byte, usually either ignored or used to represent the alpha value.
Definition: rgb8.h:16
A 32-bit colour.
Definition: rgb8.h:11
Rgb8(unsigned char r, unsigned char g, unsigned char b, unsigned char a=0)
Construct an Rgb8 as specified.
Definition: rgb8.h:32
unsigned char green
The green component.
Definition: rgb8.h:14
unsigned char blue
The blue component.
Definition: rgb8.h:15
Rgb8()
Default constructor. Sets all elements to zero.
Definition: rgb8.h:19
unsigned char red
The red component.
Definition: rgb8.h:13