Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |