| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Pixels.h>
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 () | |
| 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) | |
| PixelRGB & | operator= (const PixelRGB &ip) |
| template<typename U > | |
| PixelRGB (const PixelRGB< U > &ip) | |
| template<typename U > | |
| PixelRGB & | operator= (const PixelRGB< U > &ip) |
| T | GetChannel0 () const |
| T | GetChannel1 () const |
| T | GetChannel2 () const |
| T | GetRed () const |
| T | GetGreen () const |
| T | GetBlue () const |
| T | 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 [_channels] | |
| struct { | |
| T _red | |
| red channel | |
| T _green | |
| green channel | |
| T _blue | |
| blue channel | |
| } | |
| }; | |
Static Public Attributes | |
| static const bool | _bColor = true |
| static const bool | _bGrey = false |
| static const bool | _bHasAlpha = false |
| static const uint32 | _channels = 3 |
Definition at line 390 of file Pixels.h.
| typedef T eLynx::Image::PixelRGB< T >::type |
| typedef IntegerToType< ResolutionTypeTraits<T>::_bInteger > eLynx::Image::PixelRGB< T >::IntType |
| typedef LutToType< ResolutionTypeTraits<T>::_bLUT > eLynx::Image::PixelRGB< T >::LutType |
| typedef ResolutionTypeTraits<T>::SumOverflow_type eLynx::Image::PixelRGB< T >::S_type |
| typedef ResolutionTypeTraits<T>::MulOverflow_type eLynx::Image::PixelRGB< T >::M_type |
| typedef ResolutionTypeTraits<T>::Floating_type eLynx::Image::PixelRGB< T >::F_type |
| typedef PixelRGB<S_type> eLynx::Image::PixelRGB< T >::SumOverflowPixel |
| typedef PixelRGB<M_type> eLynx::Image::PixelRGB< T >::MulOverflowPixel |
| typedef PixelRGB<F_type> eLynx::Image::PixelRGB< T >::FloatingPixel |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | ) | [inline] |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | T | iR, | |
| T | iG, | |||
| T | iB | |||
| ) | [inline] |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelRGB< T > & | ip | ) | [inline] |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelL< T > & | iPixel | ) | [inline] |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelLA< T > & | iPixel | ) | [inline] |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelComplex< T > & | iPixel | ) | [inline] |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelHLS< T > & | iPixel | ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelXYZ< T > & | iPixel | ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelLuv< T > & | iPixel | ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelLab< T > & | iPixel | ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelLch< T > & | iPixel | ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelHLab< T > & | iPixel | ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelRGBA< T > & | iPixel, | |
| bool | ibBlendAlpha = false | |||
| ) |
| eLynx::Image::PixelRGB< T >::PixelRGB | ( | const PixelRGB< U > & | ip | ) | [inline] |
| PixelRGB& eLynx::Image::PixelRGB< T >::operator= | ( | const PixelRGB< T > & | ip | ) | [inline] |
| PixelRGB& eLynx::Image::PixelRGB< T >::operator= | ( | const PixelRGB< U > & | ip | ) | [inline] |
| static const PixelRGB eLynx::Image::PixelRGB< T >::Null | ( | ) | [inline, static] |
| static const PixelRGB eLynx::Image::PixelRGB< T >::Black | ( | ) | [inline, static] |
| static const PixelRGB eLynx::Image::PixelRGB< T >::White | ( | ) | [inline, static] |
| T eLynx::Image::PixelRGB< T >::GetChannel0 | ( | ) | const [inline] |
| T eLynx::Image::PixelRGB< T >::GetChannel1 | ( | ) | const [inline] |
| T eLynx::Image::PixelRGB< T >::GetChannel2 | ( | ) | const [inline] |
| T eLynx::Image::PixelRGB< T >::GetRed | ( | ) | const [inline] |
| T eLynx::Image::PixelRGB< T >::GetGreen | ( | ) | const [inline] |
| T eLynx::Image::PixelRGB< T >::GetBlue | ( | ) | const [inline] |
| T eLynx::Image::PixelRGB< T >::GetLuminance | ( | EColorToGreyConversion | iMethod = CGC_Default |
) | const |
| static const uint32 eLynx::Image::PixelRGB< T >::GetChannelCount | ( | ) | [inline, static] |
| static const uint32 eLynx::Image::PixelRGB< T >::GetChannelMask | ( | ) | [inline, static] |
| static bool eLynx::Image::PixelRGB< T >::IsFullMask | ( | uint32 | iMask | ) | [inline, static] |
| static bool eLynx::Image::PixelRGB< T >::IsMasking | ( | uint32 | iMask | ) | [inline, static] |
| static const EPixelMode eLynx::Image::PixelRGB< T >::GetPixelMode | ( | ) | [inline, static] |
| static const EPixelType eLynx::Image::PixelRGB< T >::GetPixelType | ( | ) | [inline, static] |
| static const EColorSpace eLynx::Image::PixelRGB< T >::GetColorSpace | ( | ) | [inline, static] |
| static const EResolution eLynx::Image::PixelRGB< T >::GetResolution | ( | ) | [inline, static] |
| static const bool eLynx::Image::PixelRGB< T >::HasAlpha | ( | ) | [inline, static] |
| static const bool eLynx::Image::PixelRGB< T >::IsGrey | ( | ) | [inline, static] |
| static const bool eLynx::Image::PixelRGB< T >::IsColor | ( | ) | [inline, static] |
| static EPixelFormat eLynx::Image::PixelRGB< T >::GetPixelFormat | ( | ) | [static] |
const bool eLynx::Image::PixelRGB< T >::_bColor = true [static] |
const bool eLynx::Image::PixelRGB< T >::_bGrey = false [static] |
const bool eLynx::Image::PixelRGB< T >::_bHasAlpha = false [static] |
const uint32 eLynx::Image::PixelRGB< T >::_channels = 3 [static] |
| T eLynx::Image::PixelRGB< T >::_channel[_channels] |
| T eLynx::Image::PixelRGB< T >::_red |
| T eLynx::Image::PixelRGB< T >::_green |
| T eLynx::Image::PixelRGB< T >::_blue |
| union { ... } |