public class HSV extends BCNScalar
Constructor and Description |
---|
HSV(int h,
int s,
int v)
Creates an HSV value set.
|
Modifier and Type | Method and Description |
---|---|
int |
getHue()
Gets the Hue value.
|
int |
getSaturation()
Gets the Saturation value.
|
int |
getValue()
Gets the Value value.
|