KS_COLCON structure (ksmedia.h)

The KS_COLCON structure is used to describe color and contrast settings.

Syntax

typedef struct _KS_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;
} KS_COLCON, *PKS_COLCON;

Members

emph1col

Indicates

emph2col

Indicates

backcol

Indicates

patcol

Indicates

emph1con

Indicates

emph2con

Indicates

backcon

Indicates

patcon

Indicates

Remarks

The KS_COLCON structure is used by the KSPROPERTY_SPHLI structure.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY_SPHLI