#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 size_t | get_channels () |
static size_t | get_bit_depth () |
Provides common implementation for various pixel_traits<> specializations.
typedef pixel png::basic_pixel_traits< pixel, component, pixel_color_type, channels, bit_depth >::pixel_type |
typedef component png::basic_pixel_traits< pixel, component, pixel_color_type, channels, bit_depth >::component_type |
static color_type png::basic_pixel_traits< pixel, component, pixel_color_type, channels, bit_depth >::get_color_type | ( | ) | [inline, static] |
static size_t png::basic_pixel_traits< pixel, component, pixel_color_type, channels, bit_depth >::get_channels | ( | ) | [inline, static] |
static size_t png::basic_pixel_traits< pixel, component, pixel_color_type, channels, bit_depth >::get_bit_depth | ( | ) | [inline, static] |