ASUS Aura SDK v3.1 Developer's Guide
AuraServiceLib::IAuraRgbLight Interface Reference

Interface to RGB lights/LED's. More...

Inheritance diagram for AuraServiceLib::IAuraRgbLight:
AuraServiceLib::IAuraRgbKey

Properties

UCHAR Red [getset]
 The Red color value of this RGB LED.
 
UCHAR Green [getset]
 The Green color value of this RGB LED.
 
UCHAR Blue [getset]
 The Blue color value of this RGB LED.
 
BSTR Name [get]
 Name of this RGB light in human-readable string.
 
ULONG Color [getset]
 The color value of this RGB LED. More...
 

Detailed Description

Interface to RGB lights/LED's.

  • Interface ID: {9AF6260E-4311-417D-B3EF-B85A34CF3244}

Property Documentation

◆ Color

ULONG AuraServiceLib::IAuraRgbLight::Color
getset

The color value of this RGB LED.

  • Bit 0~7: The Red color value (0~255)
  • Bit 8~15: The Green color value (0~255)
  • Bit 16~23: The Blue color value (0~255)
  • Bit 24~31: Not used and reserved.