eLynx SDK v3.3.0
C++ image processing API reference
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes

eLynx::Image::PixelRGB< T > Struct Template Reference

Inheritance diagram for eLynx::Image::PixelRGB< T >:
eLynx::Image::PixelBase< PixelRGB< T > >

List of all members.

Public Types

typedef T type
typedef IntegerToType
< ResolutionTypeTraits< T >
::_bInteger > 
IntType
typedef LutToType
< ResolutionTypeTraits< T >
::_bLUT > 
LutType
typedef ResolutionTypeTraits
< T >::SumOverflow_type 
S_type
typedef ResolutionTypeTraits
< T >::MulOverflow_type 
M_type
typedef ResolutionTypeTraits
< T >::Floating_type 
F_type
typedef PixelRGB< S_type > SumOverflowPixel
typedef PixelRGB< M_type > MulOverflowPixel
typedef PixelRGB< F_type > FloatingPixel

Public Member Functions

 PixelRGB (T iR, T iG, T iB)
 PixelRGB (const PixelRGB &ip)
 PixelRGB (const PixelL< T > &iPixel)
 PixelRGB (const PixelLA< T > &iPixel)
 PixelRGB (const PixelComplex< T > &iPixel)
 PixelRGB (const PixelHLS< T > &iPixel)
 PixelRGB (const PixelXYZ< T > &iPixel)
 PixelRGB (const PixelLuv< T > &iPixel)
 PixelRGB (const PixelLab< T > &iPixel)
 PixelRGB (const PixelLch< T > &iPixel)
 PixelRGB (const PixelHLab< T > &iPixel)
 PixelRGB (const PixelRGBA< T > &iPixel, bool ibBlendAlpha=false)
PixelRGBoperator= (const PixelRGB &ip)
template<typename U >
 PixelRGB (const PixelRGB< U > &ip)
template<typename U >
PixelRGBoperator= (const PixelRGB< U > &ip)
GetChannel0 () const
GetChannel1 () const
GetChannel2 () const
GetRed () const
GetGreen () const
GetBlue () const
GetLuminance (EColorToGreyConversion iMethod=CGC_Default) const

Static Public Member Functions

static const PixelRGB Null ()
static const PixelRGB Black ()
static const PixelRGB White ()
static const uint32 GetChannelCount ()
static const uint32 GetChannelMask ()
static bool IsFullMask (uint32 iMask)
static bool IsMasking (uint32 iMask)
static const EPixelMode GetPixelMode ()
static const EPixelType GetPixelType ()
static const EColorSpace GetColorSpace ()
static const EResolution GetResolution ()
static const bool HasAlpha ()
static const bool IsGrey ()
static const bool IsColor ()
static EPixelFormat GetPixelFormat ()

Public Attributes

union {
   T   _channel [_nChannel]
 channel access
   struct {
      T   _red
 red channel
      T   _green
 green channel
      T   _blue
 blue channel
   } 
}; 

Static Public Attributes

static const uint32 _nChannel = 3
static const bool _bColor = true
static const bool _bGrey = false
static const bool _bHasAlpha = false
static const bool _bRange [_nChannel]
static const T _min [_nChannel]
static const T _max [_nChannel]

template<typename T>
struct eLynx::Image::PixelRGB< T >


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

Generated on Thu Dec 9 2010 by doxygen 1.7.2