libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
png::index_pixel Class Reference

The 8-bit Indexed (colormap) pixel type. More...

#include <index_pixel.hpp>

Collaboration diagram for png::index_pixel:

Public Member Functions

 index_pixel (byte index=0)
 
 operator byte () const
 

Private Attributes

byte m_index
 

Detailed Description

The 8-bit Indexed (colormap) pixel type.

Constructor & Destructor Documentation

png::index_pixel::index_pixel ( byte  index = 0)
inline

Member Function Documentation

png::index_pixel::operator byte ( ) const
inline

References m_index.

Member Data Documentation

byte png::index_pixel::m_index
private

Referenced by operator byte().


The documentation for this class was generated from the following file: