public class ColorTranslator extends Object
| Constructor and Description |
|---|
ColorTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toHSBColor(Color color)
Convert a color to an HSB string
|
static String |
toRGBColor(Color color)
Convert a color to an RGB string
|
Copyright © 2019 state-machine. All rights reserved.