#include "PXL_API.h"#include <stdio.h>#include <SYS/SYS_Types.h>#include "PXL_Common.h"#include <CL/CL_Clip.h>Go to the source code of this file.
Classes | |
| class | PXL_Lookup |
Defines | |
| #define | PXL_LOOKUP_1D 0x3F |
| #define | PXL_SEPARATE_CHANNELS 0x10 |
| #define | PXL_SINGLE_CHANNEL 0x20 |
| #define | PXL_ILLEGAL_MATCH 0x30 |
| #define | PXL_LOG_SAMPLE 0x100 |
Enumerations | |
| enum | PXL_LookupType { PXL_LOOKUP_R = 0x001, PXL_LOOKUP_G = 0x002, PXL_LOOKUP_B = 0x004, PXL_LOOKUP_A = 0x008, PXL_LOOKUP_RGB = 0x017, PXL_LOOKUP_RGBA = 0x01F, PXL_LOOKUP_COLOR = 0x027, PXL_LOOKUP_ALL = 0x02F, PXL_LOOKUP_3D = 0x040, PXL_LOOKUP_3D_1D = 0x060, PXL_LOOKUP_3D_HDR = 0x140 } |
| #define PXL_ILLEGAL_MATCH 0x30 |
Definition at line 55 of file PXL_Lookup.h.
| #define PXL_LOG_SAMPLE 0x100 |
Definition at line 56 of file PXL_Lookup.h.
| #define PXL_LOOKUP_1D 0x3F |
Definition at line 52 of file PXL_Lookup.h.
| #define PXL_SEPARATE_CHANNELS 0x10 |
Definition at line 53 of file PXL_Lookup.h.
| #define PXL_SINGLE_CHANNEL 0x20 |
Definition at line 54 of file PXL_Lookup.h.
| enum PXL_LookupType |
| PXL_LOOKUP_R | |
| PXL_LOOKUP_G | |
| PXL_LOOKUP_B | |
| PXL_LOOKUP_A | |
| PXL_LOOKUP_RGB | |
| PXL_LOOKUP_RGBA | |
| PXL_LOOKUP_COLOR | |
| PXL_LOOKUP_ALL | |
| PXL_LOOKUP_3D | |
| PXL_LOOKUP_3D_1D | |
| PXL_LOOKUP_3D_HDR |
Definition at line 33 of file PXL_Lookup.h.
1.5.9