@Retention(value=SOURCE) @Target(value=PACKAGE) @Documented @Repeatable(value=ColorsSet.class) public @interface ColorInfo
ColorsSet| Modifier and Type | Required Element and Description |
|---|---|
String |
hex
The hex value for the base color, this will be used to generate different shades in case a shade is not specified in the
ColorShades |
String |
name
The color name, avoid using names already used by domino-ui core or other ColorSets to avoid css classes clashes.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ColorShades |
shades
Use to manually specify a specific shade for the base color and avoid the generated shade.
|
public abstract String name
public abstract String hex
ColorShadespublic abstract ColorShades shades
Copyright © 2020. All rights reserved.