Package | Description |
---|---|
tech.tablesaw.color |
Modifier and Type | Method and Description |
---|---|
Hue |
StandardColor.hue() |
static Hue |
Hue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hue[] |
Hue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<StandardColor> |
StandardColors.getFilteredColors(Hue hue,
com.google.common.collect.Range<Integer> chromaRange,
com.google.common.collect.Range<Integer> valueRange) |
Copyright © 2018. All rights reserved.