acldvppGetLutMapDims
The
The
Description
Obtains the number of dimensions of a color remapping table.
Prototype
uint32_t acldvppGetLutMapDims(const acldvppLutMap *lutMap)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
lutMap |
Input |
Pointer to the color remapping table. You need to call acldvppCreateLutMap to create data of the acldvppLutMap type in advance. |
Returns
Number of dimensions.
Parent topic: acldvppLutMap