static RgbTriplet |
RgbTriplet.of(double[] components) |
static RgbTriplet |
RgbTriplet.of(double red,
double green,
double blue) |
static RgbTriplet |
RgbTriplet.of(long rgb) |
static RgbTriplet |
RgbTriplet.of(long red,
long green,
long blue) |
static RgbTriplet |
RgbTriplet.of(String hexString) |
static RgbTriplet |
RgbTriplet.of(String hexString,
RgbTriplet defaultValue) |
RgbTriplet |
RgbTriplet.scaled(double scaleRed,
double scaleGreen,
double scaleBlue) |
RgbTriplet |
CssColor.toRgbTripel() |
RgbTriplet |
HsvTriplet.toRgbTriplet() |
RgbTriplet |
HslUvTriplet.toRgbTriplet() |