#include <raster_image.hh>
Public Member Functions | |
| Pixel () | |
| Pixel (const Pixel &p) | |
| Pixel (uchar rr, uchar gg, uchar bb) | |
| Pixel (uchar rgb[3]) | |
Data Fields | |
| uchar | r |
| uchar | g |
| uchar | b |
Definition at line 67 of file raster_image.hh.
| Pixel | ( | ) | [inline] |
| Pixel | ( | uchar | rr, | |
| uchar | gg, | |||
| uchar | bb | |||
| ) | [inline] |
| Pixel | ( | uchar | rgb[3] | ) | [inline] |
| uchar b |
Definition at line 68 of file raster_image.hh.
| uchar g |
Definition at line 68 of file raster_image.hh.
| uchar r |
Definition at line 68 of file raster_image.hh.
1.5.8