COLORSPACE_TRANSFORM_1DLUT_CAP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-colorspace_transform_1dlut_cap)

COLORSPACE_TRANSFORM_1DLUT_CAP structure

Description

Colorspace transform lookup table 1D gamma cap.

Members

NumberOfLUTEntries

The number of LUT (lookup table) entries.

DataCap

The data capabilities.

Remarks

See also