Fawkes API Fawkes Development Version
|
YUV pixel. More...
#include <yuv.h>
Public Member Functions | |
YUV_t_struct (unsigned char y=127, unsigned char u=127, unsigned char v=127) | |
Standard constructor. | |
Static Public Member Functions | |
static YUV_t_struct | white () |
static YUV_t_struct | black () |
static YUV_t_struct | green () |
static YUV_t_struct | cyan () |
static YUV_t_struct | magenta () |
static YUV_t_struct | gray () |
static YUV_t_struct | orange () |
static YUV_t_struct | yellow () |
static YUV_t_struct | blue () |
static YUV_t_struct | red () |
Public Attributes | |
unsigned char | Y |
Y component. | |
unsigned char | U |
U component. | |
unsigned char | V |
V component. |
firevision::YUV_t_struct::YUV_t_struct | ( | unsigned char | y = 127 , |
unsigned char | u = 127 , |
||
unsigned char | v = 127 |
||
) | [inline] |
static YUV_t_struct firevision::YUV_t_struct::black | ( | ) | [inline, static] |
Definition at line 74 of file yuv.h.
Referenced by firevision::FieldDrawer::FieldDrawer().
static YUV_t_struct firevision::YUV_t_struct::blue | ( | ) | [inline, static] |
static YUV_t_struct firevision::YUV_t_struct::cyan | ( | ) | [inline, static] |
Definition at line 76 of file yuv.h.
Referenced by firevision::FieldDrawer::FieldDrawer().
static YUV_t_struct firevision::YUV_t_struct::gray | ( | ) | [inline, static] |
static YUV_t_struct firevision::YUV_t_struct::green | ( | ) | [inline, static] |
Definition at line 75 of file yuv.h.
Referenced by firevision::FieldDrawer::FieldDrawer().
static YUV_t_struct firevision::YUV_t_struct::magenta | ( | ) | [inline, static] |
static YUV_t_struct firevision::YUV_t_struct::orange | ( | ) | [inline, static] |
static YUV_t_struct firevision::YUV_t_struct::red | ( | ) | [inline, static] |
static YUV_t_struct firevision::YUV_t_struct::white | ( | ) | [inline, static] |
Definition at line 73 of file yuv.h.
Referenced by firevision::FieldDrawer::FieldDrawer().
static YUV_t_struct firevision::YUV_t_struct::yellow | ( | ) | [inline, static] |
Definition at line 80 of file yuv.h.
Referenced by firevision::FieldDrawer::FieldDrawer().
unsigned char firevision::YUV_t_struct::U |
U component.
Definition at line 58 of file yuv.h.
Referenced by firevision::Drawer::color_point(), firevision::FieldDrawer::draw_field(), firevision::Colormap::to_image(), and firevision::ColorModel::uv_to_image().
unsigned char firevision::YUV_t_struct::V |
V component.
Definition at line 59 of file yuv.h.
Referenced by firevision::Drawer::color_point(), firevision::FieldDrawer::draw_field(), firevision::Colormap::to_image(), and firevision::ColorModel::uv_to_image().
unsigned char firevision::YUV_t_struct::Y |
Y component.
Definition at line 57 of file yuv.h.
Referenced by firevision::Drawer::color_point(), firevision::FieldDrawer::draw_field(), firevision::Colormap::to_image(), and firevision::ColorModel::uv_to_image().