public class HKColor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
brightness
brightness - value between 0 and 1, default is 0.0
|
double |
contrast
contrast - value between 0 and 1, default is 0.0
|
double |
opacity
opacity - alpha value between 0 and 1, default is 1.0
|
double |
saturation
saturation - value between -1 and 1, default is 0.0
|
double[] |
tint
tint - color values for red, green, blue - between 0 and 1
|
Constructor and Description |
---|
HKColor() |
public double[] tint
public double opacity
public double brightness
public double saturation
public double contrast