estructura LAMP_INTENSITY_COLOR (lamp.h)

Esta estructura es el tipo de parámetro de E/S de IOCTL_LAMP_GET_INTENSITY_COLOR y IOCTL_LAMP_SET_INTENSITY_COLOR.

Sintaxis

typedef struct LAMP_INTENSITY_COLOR {
  BYTE Red;
  BYTE Green;
  BYTE Blue;
} LAMP_INTENSITY_COLOR;

Miembros

Red

Intensidad de luz roja en porcentaje (0-100).

Green

Intensidad de luz verde en porcentaje (0-100).

Blue

Intensidad de luz azul en porcentaje (0-100).

Requisitos

Requisito Valor
Header lamp.h