public class OpenRGBColor extends Object
| Constructor and Description |
|---|
OpenRGBColor(int red,
int green,
int blue)
Returns an instance of an OpenRGBColor
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getBlue() |
byte |
getGreen() |
byte |
getRed() |
void |
setBlue(byte blue) |
void |
setGreen(byte green) |
void |
setRed(byte red) |
String |
toString() |
Copyright © 2021. All rights reserved.