| Package | Description |
|---|---|
| io.gitlab.mguimard.openrgb.client | |
| io.gitlab.mguimard.openrgb.entity |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBClient.updateMode(int deviceIndex,
int modeIndex,
OpenRGBMode mode)
Change the mode for a controller
|
| Modifier and Type | Method and Description |
|---|---|
List<OpenRGBMode> |
OpenRGBDevice.getModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBDevice.setModes(List<OpenRGBMode> modes) |
| Constructor and Description |
|---|
OpenRGBDevice(DeviceType 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)
Constructor with all fields
|
Copyright © 2021. All rights reserved.