Go to the documentation of this file.
   31 #ifndef PNGPP_GRAY_PIXEL_HPP_INCLUDED 
   32 #define PNGPP_GRAY_PIXEL_HPP_INCLUDED 
  105                               color_type_gray,  1, bits >
 
  111 #endif // PNGPP_GRAY_PIXEL_HPP_INCLUDED 
  
uint_16 gray_pixel_16
The 16-bit Grayscale pixel type.
Definition: gray_pixel.hpp:49
png_uint_16 uint_16
Definition: types.hpp:40
packed_gray_pixel< 4 > gray_pixel_4
The 4-bit Grayscale pixel type.
Definition: gray_pixel.hpp:79
packed_gray_pixel(byte value=0)
Definition: gray_pixel.hpp:60
The packed pixel class template.
Definition: packed_pixel.hpp:56
Pixel traits class template.
Definition: pixel_traits.hpp:48
Basic pixel traits class template.
Definition: pixel_traits.hpp:62
The packed gray pixel class template. The available specializations are for 1-, 2- and 4-bit pixels.
Definition: gray_pixel.hpp:58
byte gray_pixel
The 8-bit Grayscale pixel type.
Definition: gray_pixel.hpp:44
packed_gray_pixel< 1 > gray_pixel_1
The 1-bit Grayscale pixel type.
Definition: gray_pixel.hpp:69
packed_gray_pixel< 2 > gray_pixel_2
The 2-bit Grayscale pixel type.
Definition: gray_pixel.hpp:74