#include <ColorImageRGBa8.h>
Public Types | |
typedef byte | B4 [4] |
Public Member Functions | |
void | assign (int v, int n) |
RGBa8 & | operator= (const RGBa8 o) |
void | operator= (int v) |
byte & | operator[] (int i) |
byte | operator[] (int i) const |
Public Attributes | |
union { | |
struct { | |
unsigned int a:8 | |
unsigned int b:8 | |
unsigned int g:8 | |
unsigned int r:8 | |
} | |
unsigned int u | |
byte w [4] | |
}; |
Definition at line 12 of file ColorImageRGBa8.h.
typedef byte puma2::RGBa8::B4[4] |
Definition at line 28 of file ColorImageRGBa8.h.
void puma2::RGBa8::assign | ( | int | v, |
int | n | ||
) | [inline] |
Definition at line 27 of file ColorImageRGBa8.h.
Definition at line 23 of file ColorImageRGBa8.h.
void puma2::RGBa8::operator= | ( | int | v | ) | [inline] |
Definition at line 24 of file ColorImageRGBa8.h.
byte& puma2::RGBa8::operator[] | ( | int | i | ) | [inline] |
Definition at line 25 of file ColorImageRGBa8.h.
byte puma2::RGBa8::operator[] | ( | int | i | ) | const [inline] |
Definition at line 26 of file ColorImageRGBa8.h.
union { ... } |
unsigned int puma2::RGBa8::a |
Definition at line 18 of file ColorImageRGBa8.h.
unsigned int puma2::RGBa8::b |
Definition at line 17 of file ColorImageRGBa8.h.
unsigned int puma2::RGBa8::g |
Definition at line 16 of file ColorImageRGBa8.h.
unsigned int puma2::RGBa8::r |
Definition at line 15 of file ColorImageRGBa8.h.
unsigned int puma2::RGBa8::u |
Definition at line 20 of file ColorImageRGBa8.h.
Definition at line 21 of file ColorImageRGBa8.h.