31#ifndef PNGPP_INDEX_PIXEL_HPP_INCLUDED
32#define PNGPP_INDEX_PIXEL_HPP_INCLUDED
106 color_type_palette, 1, bits >
The 8-bit Indexed (colormap) pixel type.
Definition: index_pixel.hpp:45
index_pixel(byte index=0)
Definition: index_pixel.hpp:47
The packed indexed pixel class template. The available specializations are for 1-,...
Definition: index_pixel.hpp:68
packed_index_pixel(byte value=0)
Definition: index_pixel.hpp:70
The packed pixel class template.
Definition: packed_pixel.hpp:56
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
packed_index_pixel< 1 > index_pixel_1
The 1-bit Indexed pixel type.
Definition: index_pixel.hpp:79
Basic pixel traits class template.
Definition: pixel_traits.hpp:62
Pixel traits class template.
Definition: pixel_traits.hpp:48