png++
0.2.9
|
Basic Gray+Alpha pixel type. More...
#include <ga_pixel.hpp>
Public Types | |
typedef pixel_traits< basic_ga_pixel< T > > | traits |
Public Member Functions | |
basic_ga_pixel (T value=0, T alpha=traits::get_alpha_filler()) | |
Constructs basic_ga_pixel object from value and alpha components passed as parameters. Alpha defaults to full opacity. More... | |
Public Attributes | |
T | value |
T | alpha |
Basic Gray+Alpha pixel type.
typedef pixel_traits< basic_ga_pixel< T > > png::basic_ga_pixel< T >::traits |
|
inline |
Constructs basic_ga_pixel object from value and alpha components passed as parameters. Alpha defaults to full opacity.
T png::basic_ga_pixel< T >::value |
T png::basic_ga_pixel< T >::alpha |