LAMP_INTENSITY_COLOR structure (lamp.h)

This structure is the I/O parameter type of IOCTL_LAMP_GET_INTENSITY_COLOR and IOCTL_LAMP_SET_INTENSITY_COLOR.

Syntax

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

Members

Red

Red light intensity in percentage (0-100).

Green

Green light intensity in percentage (0-100).

Blue

Blue light intensity in percentage (0-100).

Requirements

Requirement Value
Header lamp.h