KS_COLCON Struktur (ksmedia.h)

Die KS_COLCON Struktur wird verwendet, um Farb- und Kontrasteinstellungen zu beschreiben.

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;

Member

emph1col

Information

emph2col

Information

backcol

Information

patcol

Information

emph1con

Information

emph2con

Information

backcon

Information

patcon

Information

Hinweise

Die KS_COLCON-Struktur wird von der KSPROPERTY_SPHLI-Struktur verwendet.

Anforderungen

Anforderung Wert
Header ksmedia.h (include Ksmedia.h)

Weitere Informationen

KSPROPERTY_SPHLI