@Deprecated public static interface AbstractColorPicker.Coordinates2Color extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int[] |
calculate(Color c)
Deprecated.
Calculate coordinates from color.
|
Color |
calculate(int x,
int y)
Deprecated.
Calculate color from coordinates.
|
Color calculate(int x, int y)
x - the x-coordinatey - the y-coordinateint[] calculate(Color c)
c - the cCopyright © 2019 Vaadin Ltd. All rights reserved.