| Package | Description |
|---|---|
| io.gitlab.mguimard.openrgb.entity |
| Modifier and Type | Method and Description |
|---|---|
ModeDirection |
OpenRGBMode.getDirection() |
static ModeDirection |
ModeDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModeDirection[] |
ModeDirection.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.setDirection(ModeDirection direction) |
| 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.