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 PixelL< S_type > | SumOverflowPixel |
typedef PixelL< M_type > | MulOverflowPixel |
typedef PixelL< F_type > | FloatingPixel |
Public Member Functions | |
PixelL () | |
PixelL (T iL) | |
PixelL (const PixelL &iPixel) | |
PixelL (const PixelLA< T > &iPixel, bool ibBlendAlpha=false) | |
PixelL (const PixelRGB< T > &iPixel, EColorToGreyConversion iMethod=CGC_Default) | |
PixelL (const PixelRGBA< T > &iPixel, EColorToGreyConversion iMethod=CGC_Default) | |
PixelL (const PixelHLS< T > &iPixel) | |
PixelL (const PixelLab< T > &iPixel) | |
PixelL & | operator= (const PixelL &iPixel) |
template<typename U > | |
PixelL (const PixelL< U > &iPixel) | |
template<typename U > | |
PixelL & | operator= (const PixelL< U > &iPixel) |
T | GetChannel0 () const |
T | GetLuminance () const |
Static Public Member Functions | |
static const PixelL | Null () |
static const PixelL | Black () |
static const PixelL | 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] | |
T _luminance | |
grey lunimance | |
}; | |
Static Public Attributes | |
static const bool | _bColor = false |
static const bool | _bGrey = true |
static const bool | _bHasAlpha = false |
static const uint32 | _channels = 1 |
Definition at line 194 of file Pixels.h.
typedef T eLynx::Image::PixelL< T >::type |
typedef IntegerToType< ResolutionTypeTraits<T>::_bInteger > eLynx::Image::PixelL< T >::IntType |
typedef LutToType< ResolutionTypeTraits<T>::_bLUT > eLynx::Image::PixelL< T >::LutType |
typedef ResolutionTypeTraits<T>::SumOverflow_type eLynx::Image::PixelL< T >::S_type |
typedef ResolutionTypeTraits<T>::MulOverflow_type eLynx::Image::PixelL< T >::M_type |
typedef ResolutionTypeTraits<T>::Floating_type eLynx::Image::PixelL< T >::F_type |
typedef PixelL<S_type> eLynx::Image::PixelL< T >::SumOverflowPixel |
typedef PixelL<M_type> eLynx::Image::PixelL< T >::MulOverflowPixel |
typedef PixelL<F_type> eLynx::Image::PixelL< T >::FloatingPixel |
eLynx::Image::PixelL< T >::PixelL | ( | ) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | T | iL | ) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelL< T > & | iPixel | ) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelLA< T > & | iPixel, | |
bool | ibBlendAlpha = false | |||
) |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelRGB< T > & | iPixel, | |
EColorToGreyConversion | iMethod = CGC_Default | |||
) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelRGBA< T > & | iPixel, | |
EColorToGreyConversion | iMethod = CGC_Default | |||
) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelHLS< T > & | iPixel | ) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelLab< T > & | iPixel | ) | [inline] |
eLynx::Image::PixelL< T >::PixelL | ( | const PixelL< U > & | iPixel | ) | [inline] |
PixelL& eLynx::Image::PixelL< T >::operator= | ( | const PixelL< T > & | iPixel | ) | [inline] |
PixelL& eLynx::Image::PixelL< T >::operator= | ( | const PixelL< U > & | iPixel | ) | [inline] |
static const PixelL eLynx::Image::PixelL< T >::Null | ( | ) | [inline, static] |
static const PixelL eLynx::Image::PixelL< T >::Black | ( | ) | [inline, static] |
static const PixelL eLynx::Image::PixelL< T >::White | ( | ) | [inline, static] |
T eLynx::Image::PixelL< T >::GetChannel0 | ( | ) | const [inline] |
T eLynx::Image::PixelL< T >::GetLuminance | ( | ) | const [inline] |
static const uint32 eLynx::Image::PixelL< T >::GetChannelCount | ( | ) | [inline, static] |
static const uint32 eLynx::Image::PixelL< T >::GetChannelMask | ( | ) | [inline, static] |
static bool eLynx::Image::PixelL< T >::IsFullMask | ( | uint32 | iMask | ) | [inline, static] |
static bool eLynx::Image::PixelL< T >::IsMasking | ( | uint32 | iMask | ) | [inline, static] |
static const EPixelMode eLynx::Image::PixelL< T >::GetPixelMode | ( | ) | [inline, static] |
static const EPixelType eLynx::Image::PixelL< T >::GetPixelType | ( | ) | [inline, static] |
static const EColorSpace eLynx::Image::PixelL< T >::GetColorSpace | ( | ) | [inline, static] |
static const EResolution eLynx::Image::PixelL< T >::GetResolution | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelL< T >::HasAlpha | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelL< T >::IsGrey | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelL< T >::IsColor | ( | ) | [inline, static] |
static EPixelFormat eLynx::Image::PixelL< T >::GetPixelFormat | ( | ) | [static] |
const bool eLynx::Image::PixelL< T >::_bColor = false [static] |
const bool eLynx::Image::PixelL< T >::_bGrey = true [static] |
const bool eLynx::Image::PixelL< T >::_bHasAlpha = false [static] |
const uint32 eLynx::Image::PixelL< T >::_channels = 1 [static] |
T eLynx::Image::PixelL< T >::_channel[_channels] |
T eLynx::Image::PixelL< T >::_luminance |
union { ... } |