struttura LAMP_INTENSITY_COLOR (lamp.h)
Questa struttura è il tipo di parametro di I/O di IOCTL_LAMP_GET_INTENSITY_COLOR e IOCTL_LAMP_SET_INTENSITY_COLOR.
Sintassi
typedef struct LAMP_INTENSITY_COLOR {
BYTE Red;
BYTE Green;
BYTE Blue;
} LAMP_INTENSITY_COLOR;
Members
Red
Intensità della luce rossa in percentuale (0-100).
Green
Intensità della luce verde in percentuale (0-100).
Blue
Intensità della luce blu in percentuale (0-100).
Requisiti
Requisito | Valore |
---|---|
Intestazione | lamp.h |