public enum WebeditColor extends Enum<WebeditColor>
Enum Constant and Description |
---|
ARUGULA |
BASIL |
BLUEBERRY |
BUBBLEGUM |
CARAMEL |
CHERRY |
DARKCHOCOLATE |
KIWI |
LAVENDER |
LICORICE |
MILKCHOCOLATE |
PEPPERMINT |
PLUM |
SHARK |
STRAWBERRY |
VANILLA |
Modifier and Type | Method and Description |
---|---|
String |
getHEX()
Returns the HEX value representing the color in the sRGB color model (e.g.
|
int |
getRGB()
Returns the RGB value representing the color in the sRGB color model.
|
static WebeditColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebeditColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebeditColor BLUEBERRY
public static final WebeditColor BUBBLEGUM
public static final WebeditColor PEPPERMINT
public static final WebeditColor ARUGULA
public static final WebeditColor BASIL
public static final WebeditColor KIWI
public static final WebeditColor VANILLA
public static final WebeditColor CARAMEL
public static final WebeditColor MILKCHOCOLATE
public static final WebeditColor DARKCHOCOLATE
public static final WebeditColor CHERRY
public static final WebeditColor STRAWBERRY
public static final WebeditColor LAVENDER
public static final WebeditColor PLUM
public static final WebeditColor SHARK
public static final WebeditColor LICORICE
public static WebeditColor[] values()
for (WebeditColor c : WebeditColor.values()) System.out.println(c);
public static WebeditColor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@NotNull public String getHEX()
public int getRGB()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210