libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
png::basic_alpha_pixel_traits< component > Struct Template Reference

Basic pixel traits class template for pixels with alpha channel. More...

#include <pixel_traits.hpp>

Static Public Member Functions

static component get_alpha_filler ()
 Returns the default alpha channel filler for full opacity. More...
 

Detailed Description

template<typename component>
struct png::basic_alpha_pixel_traits< component >

Basic pixel traits class template for pixels with alpha channel.

Member Function Documentation

template<typename component>
static component png::basic_alpha_pixel_traits< component >::get_alpha_filler ( )
inlinestatic

Returns the default alpha channel filler for full opacity.

Referenced by png::detail::convert_color_space_impl< rgb_pixel >::operator()().

Here is the caller graph for this function:


The documentation for this struct was generated from the following file: