libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
rgb_pixel.hpp File Reference
#include "types.hpp"
#include "pixel_traits.hpp"
Include dependency graph for rgb_pixel.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  png::basic_rgb_pixel< T >
 RGB pixel type. More...
 
struct  png::pixel_traits< basic_rgb_pixel< T > >
 Pixel traits specialization for basic_rgb_pixel. More...
 

Namespaces

namespace  png
 

Typedefs

typedef basic_rgb_pixel< byte > png::rgb_pixel
 The 8-bit RGB pixel type. More...
 
typedef basic_rgb_pixel< uint_16 > png::rgb_pixel_16
 The 16-bit RGB pixel type. More...