public class OpenRGBLed extends Object
| Constructor and Description |
|---|
OpenRGBLed(String name,
OpenRGBColor value)
Returns an instance of an OpenRGBLed
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
OpenRGBColor |
getValue() |
void |
setName(String name) |
void |
setValue(OpenRGBColor value) |
String |
toString() |
public OpenRGBLed(String name, OpenRGBColor value)
name - Led namevalue - Led colorpublic String getName()
public void setName(String name)
public OpenRGBColor getValue()
public void setValue(OpenRGBColor value)
Copyright © 2021. All rights reserved.