XG_DCC_OPTIONS Structure

Establishes the DCC configuration options.

Syntax

typedef struct XG_DCC_OPTIONS {
    XG_DCC_COMPRESSION_LEVEL CompressionLevel;
    XG_DCC_COLOR_TRANSFORM ColorTransform;
} XG_DCC_OPTIONS;  

Members

CompressionLevel
The maximum Delta Color Compression (DCC) unit size.

ColorTransform
The color transformation to perform before DCC compression.

Requirements

Header: Declared in xg.h.