Compartilhar via


estrutura LAMP_INTENSITY_COLOR (lamp.h)

Essa estrutura é o tipo de parâmetro de E/S de IOCTL_LAMP_GET_INTENSITY_COLOR e IOCTL_LAMP_SET_INTENSITY_COLOR.

Sintaxe

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

Membros

Red

Intensidade da luz vermelha em porcentagem (0-100).

Green

Intensidade de luz verde em porcentagem (0-100).

Blue

Intensidade de luz azul em porcentagem (0-100).

Requisitos

Requisito Valor
Cabeçalho lamp.h