| Package | Description |
|---|---|
| io.gitlab.mguimard.openrgb.client | |
| io.gitlab.mguimard.openrgb.entity |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBClient.updateLed(int deviceId,
int ledIndex,
OpenRGBColor color) |
void |
OpenRGBClient.updateLeds(int deviceId,
OpenRGBColor[] colors) |
void |
OpenRGBClient.updateZoneLeds(int deviceId,
int zoneId,
OpenRGBColor[] colors) |
| Modifier and Type | Method and Description |
|---|---|
OpenRGBColor |
OpenRGBLed.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<OpenRGBColor> |
OpenRGBMode.getColors() |
List<OpenRGBColor> |
OpenRGBDevice.getColors() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBLed.setValue(OpenRGBColor value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBMode.setColors(List<OpenRGBColor> openRGBColors) |
void |
OpenRGBDevice.setColors(List<OpenRGBColor> colors) |
| Constructor and Description |
|---|
OpenRGBLed(String name,
OpenRGBColor value)
Returns an instance of an OpenRGBLed
|
| Constructor and Description |
|---|
OpenRGBDevice(int type,
String name,
String vendor,
String desc,
String version,
String serial,
String location,
int activeMode,
List<OpenRGBLed> leds,
List<OpenRGBColor> colors,
List<OpenRGBMode> modes,
List<OpenRGBZone> zones) |
OpenRGBMode(String name,
int value,
int flags,
int speedMin,
int speedMax,
int colorMin,
int colorMax,
int speed,
int direction,
int colorMode,
List<OpenRGBColor> openRGBColors)
Returns an instance of an OpenRGBMode
|
Copyright © 2021. All rights reserved.