31 #ifndef PNGPP_INDEX_PIXEL_HPP_INCLUDED 32 #define PNGPP_INDEX_PIXEL_HPP_INCLUDED 106 color_type_palette, 1, bits >
112 #endif // PNGPP_INDEX_PIXEL_HPP_INCLUDED index_pixel(byte index=0)
Definition: index_pixel.hpp:47
packed_index_pixel(byte value=0)
Definition: index_pixel.hpp:70
The 8-bit Indexed (colormap) pixel type.
Definition: index_pixel.hpp:44
Pixel traits class template.
Definition: pixel_traits.hpp:48
The packed pixel class template.
Definition: packed_pixel.hpp:54
packed_index_pixel< 4 > index_pixel_4
The 1-bit Indexed pixel type.
Definition: index_pixel.hpp:89
packed_index_pixel< 2 > index_pixel_2
The 1-bit Indexed pixel type.
Definition: index_pixel.hpp:84
png_byte byte
Definition: types.hpp:39
Basic pixel traits class template.
Definition: pixel_traits.hpp:61
packed_index_pixel< 1 > index_pixel_1
The 1-bit Indexed pixel type.
Definition: index_pixel.hpp:79
The packed indexed pixel class template. The available specializations are for 1-, 2- and 4-bit pixels.
Definition: index_pixel.hpp:66