eLynx SDK
v3.0.1 C++ image processing API reference |
#include <elx/core/CoreTypes.h>
#include <elx/image/ImageLib.h>
#include "inl/Pixel/PixelServices.inl"
Go to the source code of this file.
Classes | |
struct | eLynx::Image::LuminanceCell< Pixel > |
Namespaces | |
namespace | eLynx |
namespace | eLynx::Image |
Functions | |
ExportedByImage const char * | eLynx::Image::elxToString (EColorToGreyConversion iMethod) |
ExportedByImage const char * | eLynx::Image::elxToString (EGreyToColorConversion iMethod) |
Enums to string services | |
ExportedByImage const char * | eLynx::Image::elxToString (EPixelFormat iFormat) |
ExportedByImage const char * | eLynx::Image::elxToString (EPixelType iPixelType) |
ExportedByImage const char * | eLynx::Image::elxToString (EPixelMode iPixelMode) |
ExportedByImage const char * | eLynx::Image::elxToString (EColorSpace iColorSpace) |
ExportedByImage const char * | eLynx::Image::elxToString (EPixelFormat iFormat, uint32 iChannelIndex) |
Services from EPixelFormat | |
ExportedByImage EResolution | eLynx::Image::elxGetResolution (EPixelFormat iFormat) |
ExportedByImage EPixelMode | eLynx::Image::elxGetPixelMode (EPixelFormat iFormat) |
ExportedByImage EPixelType | eLynx::Image::elxGetPixelType (EPixelFormat iFormat) |
ExportedByImage EColorSpace | eLynx::Image::elxGetColorSpace (EPixelFormat iFormat) |
ExportedByImage uint32 | eLynx::Image::elxGetChannelCount (EPixelFormat iFormat) |
ExportedByImage uint32 | eLynx::Image::elxSizeofPixel (EPixelFormat iFormat) |
ExportedByImage EResolution | eLynx::Image::elxBitsPerPixel (EPixelFormat iFormat) |
ExportedByImage EResolution | eLynx::Image::elxChannelsPerPixel (EPixelFormat iFormat) |
ExportedByImage EResolution | eLynx::Image::elxBitsPerChannel (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxHasAlpha (EPixelFormat iFormat) |
ExportedByImage EPixelFormat | eLynx::Image::elxGetPixelFormat (EPixelFormat iFormat, EResolution iResolution) |
ExportedByImage EPixelFormat | eLynx::Image::elxGetPixelFormat (EPixelMode iPixelMode, EResolution iResolution, EColorSpace iColorSpace=CS_Undefined, bool ibHasAlpha=false) |
ExportedByImage EPixelFormat | eLynx::Image::elxGetPixelFormat (EPixelType iPixelType, EResolution iResolution) |
ExportedByImage bool | eLynx::Image::elxIsUInt8 (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsUInt16 (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsInt32 (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsFloat (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsDouble (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsColor (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsGrey (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsComplex (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsL (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsLA (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsRGB (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsRGBA (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsHLS (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsXYZ (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsLuv (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsLab (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsLch (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsHLab (EPixelFormat iFormat) |
ExportedByImage bool | eLynx::Image::elxIsMasking (EPixelFormat iFormat, uint32 iChannelMask) |