Package | Description |
---|---|
de.xima.fc.color | |
de.xima.fc.gui.common.statics |
Modifier and Type | Method and Description |
---|---|
static HsvTriplet |
HsvTriplet.of(double[] components) |
static HsvTriplet |
HsvTriplet.of(double hue,
double saturation,
double value) |
static HsvTriplet |
HsvTriplet.of(long hsv) |
static HsvTriplet |
HsvTriplet.of(long hue,
long saturation,
long value) |
static HsvTriplet |
HsvTriplet.of(String hexString) |
HsvTriplet |
HsvTriplet.scaled(double scaleHue,
double scaleSaturation,
double scaleValue) |
HsvTriplet |
RgbTriplet.toHsvTriplet() |
Modifier and Type | Field and Description |
---|---|
static IColorField<HsvTriplet> |
ColorField.HSV_TRIPLET
The RGB compoments of the color.
|
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.