png++
0.2.9
|
Basic pixel traits class template. More...
#include <pixel_traits.hpp>
Public Types | |
typedef pixel | pixel_type |
typedef component | component_type |
Static Public Member Functions | |
static color_type | get_color_type () |
static int | get_channels () |
static int | get_bit_depth () |
Static Public Attributes | |
static const int | channels = channels_value |
static const int | bit_depth = bit_depth_value |
Basic pixel traits class template.
Provides common implementation for various pixel_traits<> specializations.
typedef pixel png::basic_pixel_traits< pixel, component, pixel_color_type, channels_value, bit_depth_value >::pixel_type |
typedef component png::basic_pixel_traits< pixel, component, pixel_color_type, channels_value, bit_depth_value >::component_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |