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