Representation of a pixel in image processing. More...
Go to the source code of this file.
Classes | |
struct | claw::graphic::rgb_pixel |
RGB pixel. More... | |
union | claw::graphic::rgba_pixel |
RGBA pixel. More... | |
Namespaces | |
namespace | claw |
This is the main namespace. | |
namespace | claw::graphic |
Everything about image structures and processing. | |
Typedefs | |
typedef rgb_pixel | claw::graphic::rgb_pixel_8 |
typedef rgba_pixel | claw::graphic::rgba_pixel_8 |
Variables | |
rgba_pixel | claw::graphic::white_pixel |
rgba_pixel | claw::graphic::red_pixel |
rgba_pixel | claw::graphic::magenta_pixel |
rgba_pixel | claw::graphic::cyan_pixel |
Representation of a pixel in image processing.
Definition in file pixel.hpp.