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.
|
Detailed Description
template<typename T>
struct png::basic_rgb_pixel< T >
RGB pixel type.
Constructor & Destructor Documentation
Default constructor. Initializes all components with zeros.
Constructs rgb_pixel object from red, green and blue components passed as parameters.
Member Data Documentation
The documentation for this struct was generated from the following file: