Bagikan melalui


AM_COLCON

 
Microsoft DirectShow 9.0

AM_COLCON

Indicates the color contrast description from the DVD highlight (HLI) structure.

Syntax

 typedef struct _AM_COLCON {
    UCHAR emph1col:4;
    UCHAR emph2col:4;
    UCHAR backcol:4;
    UCHAR patcol:4;
    UCHAR emph1con:4;
    UCHAR emph2con:4;
    UCHAR backcon:4;
    UCHAR patcon:4;
} AM_COLCON, *PAM_COLCON;

Members

emph1col

Emphasis color 1.

emph2col

Emphasis color 2.

backcol

Background color.

patcol

Pattern color.

emph1con

Emphasis contrast 1.

emph2con

Emphasis contrast 2.

backcon

Background contrast.

patcon

Pattern contrast.

Remarks

This structure is contained within the AM_PROPERTY_SPHLI structure.

Requirements

  Header: Include Dvdmedia.h.

See Also