png++
0.2.9
|
The packed gray pixel class template. The available specializations are for 1-, 2- and 4-bit pixels. More...
#include <gray_pixel.hpp>
Public Member Functions | |
packed_gray_pixel (byte value=0) | |
Public Member Functions inherited from png::packed_pixel< bits > | |
packed_pixel (byte value=0) | |
operator byte () const | |
Additional Inherited Members | |
Static Public Member Functions inherited from png::packed_pixel< bits > | |
static int | get_bit_depth () |
static byte | get_bit_mask () |
The packed gray pixel class template. The available specializations are for 1-, 2- and 4-bit pixels.
|
inline |