structure LAMP_INTENSITY_COLOR (lamp.h)
Cette structure est le type de paramètre d’E/S de IOCTL_LAMP_GET_INTENSITY_COLOR et de IOCTL_LAMP_SET_INTENSITY_COLOR.
Syntaxe
typedef struct LAMP_INTENSITY_COLOR {
BYTE Red;
BYTE Green;
BYTE Blue;
} LAMP_INTENSITY_COLOR;
Membres
Red
Intensité de lumière rouge en pourcentage (0-100).
Green
Intensité de lumière verte en pourcentage (0-100).
Blue
Intensité de lumière bleue en pourcentage (0-100).
Exigences
Exigence | Valeur |
---|---|
d’en-tête | lamp.h |