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

Classes

class  png::index_pixel
 The 8-bit Indexed (colormap) pixel type. More...
 
class  png::packed_index_pixel< bits >
 The packed indexed pixel class template. More...
 
struct  png::pixel_traits< index_pixel >
 Pixel traits specialization for index_pixel. More...
 
struct  png::pixel_traits< packed_index_pixel< bits > >
 Pixel traits specialization for packed_index_pixel. More...
 

Namespaces

namespace  png
 

Typedefs

typedef packed_index_pixel< 1 > png::index_pixel_1
 The 1-bit Indexed pixel type. More...
 
typedef packed_index_pixel< 2 > png::index_pixel_2
 The 1-bit Indexed pixel type. More...
 
typedef packed_index_pixel< 4 > png::index_pixel_4
 The 1-bit Indexed pixel type. More...