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

Classes

struct  png::basic_ga_pixel< T >
 Basic Gray+Alpha pixel type. More...
 
struct  png::pixel_traits< basic_ga_pixel< T > >
 Pixel traits specialization for basic_ga_pixel. More...
 

Namespaces

namespace  png
 

Typedefs

typedef basic_ga_pixel< byte > png::ga_pixel
 The 8-bit Gray+Alpha pixel type. More...
 
typedef basic_ga_pixel< uint_16 > png::ga_pixel_16
 The 16-bit Gray+Alpha pixel type. More...