Interface ColorMapColorUtil


public interface ColorMapColorUtil
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static int
    get(double temp, double rain, int[] pixels, int defaultMapColor)
     
  • Method Details

    • get

      static int get(double temp, double rain, int[] pixels, int defaultMapColor)