// ntddvdeo.h
typedef struct _COLORSPACE_TRANSFORM_TARGET_CAPS {
COLORSPACE_TRANSFORM_TARGET_CAPS_VERSION Version;
COLORSPACE_TRANSFORM_1DLUT_CAP LookupTable1DDegammaCap;
COLORSPACE_TRANSFORM_MATRIX_CAP ColorMatrix3x3Cap;
COLORSPACE_TRANSFORM_1DLUT_CAP LookupTable1DRegammaCap;
} COLORSPACE_TRANSFORM_TARGET_CAPS, *PCOLORSPACE_TRANSFORM_TARGET_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Colorspace transform target caps.
VersionThe color space transform target version.
LookupTable1DDegammaCapThe lookup table 1D degamma cap.
ColorMatrix3x3CapThe color matrix 3x3 cap.
LookupTable1DRegammaCapThe lookup table 1D regamma cap.