LAMP_INTENSITY_COLOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// lamp.h

typedef struct LAMP_INTENSITY_COLOR {
  BYTE Red;
  BYTE Green;
  BYTE Blue;
} LAMP_INTENSITY_COLOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-lamp-lamp_intensity_color)

LAMP_INTENSITY_COLOR structure

Description

This structure is the I/O parameter type of IOCTL_LAMP_GET_INTENSITY_COLOR and IOCTL_LAMP_SET_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).