| Package | Description |
|---|---|
| io.gitlab.mguimard.openrgb.entity |
| Modifier and Type | Method and Description |
|---|---|
ZoneType |
OpenRGBZone.getType() |
static ZoneType |
ZoneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoneType[] |
ZoneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenRGBZone.setType(ZoneType type) |
| Constructor and Description |
|---|
OpenRGBZone(String name,
ZoneType type,
int ledsMin,
int ledsMax,
int ledsCount,
int matrixHeight,
int matrixWidth,
int[][] matrix)
Returns an instance of an OpenRGBZone
|
Copyright © 2021. All rights reserved.