KS_COLCON - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_ks_colcon)

_KS_COLCON structure

Description

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

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.

See also

KSPROPERTY_SPHLI