KS_COLCON structure (ksmedia.h)
La structure KS_COLCON est utilisée pour décrire les paramètres de couleur et de contraste.
Syntaxe
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;
Membres
emph1col
Indique
emph2col
Indique
backcol
Indique
patcol
Indique
emph1con
Indique
emph2con
Indique
backcon
Indique
patcon
Indique
Remarques
La structure KS_COLCON est utilisée par la structure KSPROPERTY_SPHLI .
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ksmedia.h (incluez Ksmedia.h) |