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 PixelHLS< S_type > | SumOverflowPixel |
typedef PixelHLS< M_type > | MulOverflowPixel |
typedef PixelHLS< F_type > | FloatingPixel |
Public Member Functions | |
PixelHLS () | |
PixelHLS (T iH, T iL, T iS) | |
PixelHLS (const PixelL< T > &iPixel) | |
PixelHLS (const PixelLA< T > &iPixel) | |
PixelHLS (const PixelComplex< T > &iPixel) | |
PixelHLS (const PixelRGB< T > &iPixel) | |
PixelHLS (const PixelXYZ< T > &iPixel) | |
PixelHLS (const PixelLuv< T > &iPixel) | |
PixelHLS (const PixelLab< T > &iPixel) | |
PixelHLS (const PixelLch< T > &iPixel) | |
PixelHLS (const PixelHLab< T > &iPixel) | |
PixelHLS (const PixelRGBA< T > &iPixel) | |
PixelHLS (const PixelHLS &ip) | |
PixelHLS & | operator= (const PixelHLS &ip) |
template<typename U > | |
PixelHLS (const PixelHLS< U > &ip) | |
template<typename U > | |
PixelHLS & | operator= (const PixelHLS< U > &ip) |
T | GetChannel0 () const |
T | GetChannel1 () const |
T | GetChannel2 () const |
T | GetHue () const |
T | GetLuminance () const |
T | GetSaturation () const |
Static Public Member Functions | |
static const PixelHLS | Null () |
static const PixelHLS | Black () |
static const PixelHLS | 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 _hue | |
T _luminance | |
T _saturation | |
} | |
}; | |
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 468 of file Pixels.h.
typedef T eLynx::Image::PixelHLS< T >::type |
typedef IntegerToType< ResolutionTypeTraits<T>::_bInteger > eLynx::Image::PixelHLS< T >::IntType |
typedef LutToType< ResolutionTypeTraits<T>::_bLUT > eLynx::Image::PixelHLS< T >::LutType |
typedef ResolutionTypeTraits<T>::SumOverflow_type eLynx::Image::PixelHLS< T >::S_type |
typedef ResolutionTypeTraits<T>::MulOverflow_type eLynx::Image::PixelHLS< T >::M_type |
typedef ResolutionTypeTraits<T>::Floating_type eLynx::Image::PixelHLS< T >::F_type |
typedef PixelHLS<S_type> eLynx::Image::PixelHLS< T >::SumOverflowPixel |
typedef PixelHLS<M_type> eLynx::Image::PixelHLS< T >::MulOverflowPixel |
typedef PixelHLS<F_type> eLynx::Image::PixelHLS< T >::FloatingPixel |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | ) | [inline] |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | T | iH, | |
T | iL, | |||
T | iS | |||
) | [inline] |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelL< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelLA< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelComplex< T > & | iPixel | ) | [inline] |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelRGB< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelXYZ< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelLuv< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelLab< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelLch< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelHLab< T > & | iPixel | ) |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelRGBA< T > & | iPixel | ) | [inline] |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelHLS< T > & | ip | ) | [inline] |
eLynx::Image::PixelHLS< T >::PixelHLS | ( | const PixelHLS< U > & | ip | ) | [inline] |
PixelHLS& eLynx::Image::PixelHLS< T >::operator= | ( | const PixelHLS< T > & | ip | ) | [inline] |
PixelHLS& eLynx::Image::PixelHLS< T >::operator= | ( | const PixelHLS< U > & | ip | ) | [inline] |
static const PixelHLS eLynx::Image::PixelHLS< T >::Null | ( | ) | [inline, static] |
static const PixelHLS eLynx::Image::PixelHLS< T >::Black | ( | ) | [inline, static] |
static const PixelHLS eLynx::Image::PixelHLS< T >::White | ( | ) | [inline, static] |
T eLynx::Image::PixelHLS< T >::GetChannel0 | ( | ) | const [inline] |
T eLynx::Image::PixelHLS< T >::GetChannel1 | ( | ) | const [inline] |
T eLynx::Image::PixelHLS< T >::GetChannel2 | ( | ) | const [inline] |
T eLynx::Image::PixelHLS< T >::GetHue | ( | ) | const [inline] |
T eLynx::Image::PixelHLS< T >::GetLuminance | ( | ) | const [inline] |
T eLynx::Image::PixelHLS< T >::GetSaturation | ( | ) | const [inline] |
static const uint32 eLynx::Image::PixelHLS< T >::GetChannelCount | ( | ) | [inline, static] |
static const uint32 eLynx::Image::PixelHLS< T >::GetChannelMask | ( | ) | [inline, static] |
static bool eLynx::Image::PixelHLS< T >::IsFullMask | ( | uint32 | iMask | ) | [inline, static] |
static bool eLynx::Image::PixelHLS< T >::IsMasking | ( | uint32 | iMask | ) | [inline, static] |
static const EPixelMode eLynx::Image::PixelHLS< T >::GetPixelMode | ( | ) | [inline, static] |
static const EPixelType eLynx::Image::PixelHLS< T >::GetPixelType | ( | ) | [inline, static] |
static const EColorSpace eLynx::Image::PixelHLS< T >::GetColorSpace | ( | ) | [inline, static] |
static const EResolution eLynx::Image::PixelHLS< T >::GetResolution | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelHLS< T >::HasAlpha | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelHLS< T >::IsGrey | ( | ) | [inline, static] |
static const bool eLynx::Image::PixelHLS< T >::IsColor | ( | ) | [inline, static] |
static EPixelFormat eLynx::Image::PixelHLS< T >::GetPixelFormat | ( | ) | [static] |
const bool eLynx::Image::PixelHLS< T >::_bColor = true [static] |
const bool eLynx::Image::PixelHLS< T >::_bGrey = false [static] |
const bool eLynx::Image::PixelHLS< T >::_bHasAlpha = false [static] |
const uint32 eLynx::Image::PixelHLS< T >::_channels = 3 [static] |
T eLynx::Image::PixelHLS< T >::_channel[_channels] |
T eLynx::Image::PixelHLS< T >::_hue |
T eLynx::Image::PixelHLS< T >::_luminance |
T eLynx::Image::PixelHLS< T >::_saturation |
union { ... } |