Public Member Functions | Public Attributes
sal3d::Frame::RGBPlane< T >::RGBPixel Struct Reference

Colour value for an RGB pixel. More...

#include <Frame.hpp>

List of all members.

Public Member Functions

 RGBPixel (T r, T g, T b)
 Simple constructor for a RGBPixel.

Public Attributes

r
g
b

Detailed Description

template<typename T>
struct sal3d::Frame::RGBPlane< T >::RGBPixel

Colour value for an RGB pixel.


Constructor & Destructor Documentation

template<typename T >
sal3d::Frame::RGBPlane< T >::RGBPixel::RGBPixel ( r,
g,
b 
) [inline]

Simple constructor for a RGBPixel.

Parameters:
rRed component, in the templated pixel value
gGreen component, in the templated pixel value
bBlue component, in the templated pixel value

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