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