Package com.gaia3d.basic.legend
Class LegendColors
java.lang.Object
com.gaia3d.basic.legend.LegendColors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getColorLinearInterpolation(double value) voidsetValueAndColor(double value, double r, double g, double b, double a) voidsetValueAndColor(double value, GaiaColor color)
-
Constructor Details
-
LegendColors
public LegendColors()
-
-
Method Details
-
clear
public void clear() -
setValueAndColor
-
setValueAndColor
public void setValueAndColor(double value, double r, double g, double b, double a) -
mix
-
getColorLinearInterpolation
-