| Package | Description |
|---|---|
| io.gitlab.mguimard.openrgb.entity |
| Modifier and Type | Method and Description |
|---|---|
ColorMode |
OpenRGBMode.getColorMode() |
static ColorMode |
ColorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorMode[] |
ColorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBMode.setColorMode(ColorMode colorMode) |
| Constructor and Description |
|---|
OpenRGBMode(String name,
int value,
int flags,
int speedMin,
int speedMax,
int colorMin,
int colorMax,
int speed,
ModeDirection direction,
ColorMode colorMode,
List<OpenRGBColor> colors)
Returns an instance of an OpenRGBMode
|
Copyright © 2021. All rights reserved.