public final class ColorHsv extends Object
Contains the constant values for black, white, red, green, blue, cyan, magenta, and yellow.
Modifier and Type | Field and Description |
---|---|
static ColorHsv |
BLACK
A constant for color black.
|
static ColorHsv |
BLUE
A constant for color blue.
|
static ColorHsv |
GREEN
A constant for color green.
|
double |
H |
static ColorHsv |
RED
A constant for color red.
|
double |
S |
double |
V |
static ColorHsv |
WHITE
A constant for color white.
|
Constructor and Description |
---|
ColorHsv(double H,
double S,
double V) |
public static final ColorHsv BLACK
Hue: 0 Saturation: 0 Value: 0
public static final ColorHsv WHITE
Hue: 0 Saturation: 0 Value: 100
public static final ColorHsv RED
Hue: 0 Saturation: 100 Value: 100
public static final ColorHsv GREEN
Hue: 120 Saturation: 100 Value: 100
public static final ColorHsv BLUE
Hue: 240 Saturation: 100 Value: 100
public final double H
public final double S
public final double V
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.