COLORSPACE_TRANSFORM_TARGET_CAPS - NtDoc

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

NtDoc

No description available.

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

COLORSPACE_TRANSFORM_TARGET_CAPS structure

Description

Colorspace transform target caps.

Members

Version

The color space transform target version.

LookupTable1DDegammaCap

The lookup table 1D degamma cap.

ColorMatrix3x3Cap

The color matrix 3x3 cap.

LookupTable1DRegammaCap

The lookup table 1D regamma cap.

Remarks

See also