Package com.biodigital.humansdk
Class HKColor
java.lang.Object
com.biodigital.humansdk.HKColor
Color object
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
brightness - value between 0 and 1, default is 0.0double
contrast - value between 0 and 1, default is 0.0double
opacity - alpha value between 0 and 1, default is 1.0double
saturation - value between -1 and 1, default is 0.0double[]
tint - color values for red, green, blue - between 0 and 1 -
Constructor Summary
Constructors -
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()
-