eLynx SDK
v3.0.1 C++ image processing API reference |
#include <ColorSpace.h>
Static Public Member Functions | |
static void | Init () |
template<typename T > | |
static float | GetXYZ2Lab (T iValue) |
template<typename T > | |
static float | GetRGB2XYZ (T iValue) |
Static Public Attributes | |
static uint8 | _slutRGB2XYZ_ub [0x100][9] |
static uint16 | _slutRGB2XYZ_us [0x10000][9] |
Definition at line 61 of file ColorSpace.h.
static void eLynx::Image::CIELut::Init | ( | ) | [static] |
static float eLynx::Image::CIELut::GetXYZ2Lab | ( | T | iValue | ) | [inline, static] |
static float eLynx::Image::CIELut::GetRGB2XYZ | ( | T | iValue | ) | [inline, static] |
uint8 eLynx::Image::CIELut::_slutRGB2XYZ_ub[0x100][9] [static] |
Definition at line 79 of file ColorSpace.h.
uint16 eLynx::Image::CIELut::_slutRGB2XYZ_us[0x10000][9] [static] |
Definition at line 80 of file ColorSpace.h.