#include <rgb_components.h>
Public Types | |
typedef unsigned char | type |
Static Public Member Functions | |
static type & | get (Rgb8 &pixel, size_t i) |
static const type & | get (const Rgb8 &pixel, size_t i) |
Static Public Attributes | |
static const size_t | count = 3 |
Definition at line 79 of file rgb_components.h.
typedef unsigned char CVD::Pixel::Component< Rgb8 >::type |
Definition at line 81 of file rgb_components.h.
static type& CVD::Pixel::Component< Rgb8 >::get | ( | Rgb8 & | pixel, | |
size_t | i | |||
) | [inline, static] |
Definition at line 90 of file rgb_components.h.
static const type& CVD::Pixel::Component< Rgb8 >::get | ( | const Rgb8 & | pixel, | |
size_t | i | |||
) | [inline, static] |
Definition at line 84 of file rgb_components.h.
const size_t CVD::Pixel::Component< Rgb8 >::count = 3 [static] |
Definition at line 82 of file rgb_components.h.