CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Classes | Namespaces | Typedefs | Variables

pixel.hpp File Reference

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...
struct  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::yellow_pixel
rgba_pixel claw::graphic::magenta_pixel

Detailed Description

Representation of a pixel in image processing.

Author:
Julien Jorge

Definition in file pixel.hpp.