| png++ 0.2.10
    | 
RGB pixel type. More...
#include <rgb_pixel.hpp>
| Public Member Functions | |
| basic_rgb_pixel () | |
| Default constructor. Initializes all components with zeros. | |
| basic_rgb_pixel (T red, T green, T blue) | |
| Constructs rgb_pixel object from red, green and blue components passed as parameters. | |
| Public Attributes | |
| T | red | 
| T | green | 
| T | blue | 
RGB pixel type.
| 
 | inline | 
Default constructor. Initializes all components with zeros.
| 
 | inline | 
Constructs rgb_pixel object from red, green and blue components passed as parameters.
| T png::basic_rgb_pixel< T >::red | 
| T png::basic_rgb_pixel< T >::green | 
| T png::basic_rgb_pixel< T >::blue |