public class LifxColor extends Object
| Modifier and Type | Field and Description |
|---|---|
static LifxColor |
NO_COLOR |
static String |
PATTERN_RRGGBB |
| Constructor and Description |
|---|
LifxColor(String color,
boolean isCustom) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
boolean |
isCustom() |
static boolean |
isValid(String color) |
public static final String PATTERN_RRGGBB
public static final LifxColor NO_COLOR
public LifxColor(String color, boolean isCustom)
isCustom - true if this color should be interpreted in RRGGBB formatCopyright © 2016. All rights reserved.