Package com.biodigital.humansdk
Class HKColor
java.lang.Object
com.biodigital.humansdk.HKColor
public class HKColor
extends java.lang.Object
Color object
-
Field Summary
Fields Modifier and Type Field Description double
brightness
brightness - value between 0 and 1, default is 0.0double
contrast
contrast - value between 0 and 1, default is 0.0double
opacity
opacity - alpha value between 0 and 1, default is 1.0double
saturation
saturation - value between -1 and 1, default is 0.0double[]
tint
tint - color values for red, green, blue - between 0 and 1 -
Constructor Summary
Constructors Constructor Description HKColor()
-
Method Summary
-
Field Details
-
tint
public double[] tinttint - color values for red, green, blue - between 0 and 1 -
opacity
public double opacityopacity - alpha value between 0 and 1, default is 1.0 -
brightness
public double brightnessbrightness - value between 0 and 1, default is 0.0 -
saturation
public double saturationsaturation - value between -1 and 1, default is 0.0 -
contrast
public double contrastcontrast - value between 0 and 1, default is 0.0
-
-
Constructor Details
-
HKColor
public HKColor()
-