Colour value for an RGB pixel. More...
#include <Frame.hpp>
Public Member Functions | |
| RGBPixel (T r, T g, T b) | |
| Simple constructor for a RGBPixel. | |
Public Attributes | |
| T | r |
| T | g |
| T | b |
Colour value for an RGB pixel.
| sal3d::Frame::RGBPlane< T >::RGBPixel::RGBPixel | ( | T | r, |
| T | g, | ||
| T | b | ||
| ) | [inline] |
Simple constructor for a RGBPixel.
| r | Red component, in the templated pixel value |
| g | Green component, in the templated pixel value |
| b | Blue component, in the templated pixel value |
by
1.7.6.1