Class LegendColors

java.lang.Object
com.gaia3d.basic.legend.LegendColors

public class LegendColors extends Object
  • Constructor Details

    • LegendColors

      public LegendColors()
  • Method Details

    • clear

      public void clear()
    • setValueAndColor

      public void setValueAndColor(double value, GaiaColor color)
    • setValueAndColor

      public void setValueAndColor(double value, double r, double g, double b, double a)
    • mix

      public GaiaColor mix(GaiaColor color1, GaiaColor color2, double ratio)
    • getColorLinearInterpolation

      public GaiaColor getColorLinearInterpolation(double value)