// ntddvdeo.h
typedef struct _COLORSPACE_TRANSFORM_1DLUT_CAP {
ULONG NumberOfLUTEntries;
COLORSPACE_TRANSFORM_DATA_CAP DataCap;
} COLORSPACE_TRANSFORM_1DLUT_CAP, *PCOLORSPACE_TRANSFORM_1DLUT_CAP;
View the official Windows Driver Kit DDI referenceNo description available.
Colorspace transform lookup table 1D gamma cap.
NumberOfLUTEntriesThe number of LUT (lookup table) entries.
DataCapThe data capabilities.