Class Color

java.lang.Object
com.jme3.terrain.noise.Color

public class Color extends Object
Helper class for working with colors and gradients
  • Constructor Details

    • Color

      public Color()
    • Color

      public Color(int r, int g, int b)
    • Color

      public Color(int r, int g, int b, int a)
    • Color

      public Color(float r, float g, float b)
    • Color

      public Color(float r, float g, float b, float a)
    • Color

      public Color(int h, float s, float b)
    • Color

      public Color(int h, float s, float b, float a)
  • Method Details

    • toInteger

      public int toInteger()
    • toWeb

      public String toWeb()
    • toGrayscale

      public Color toGrayscale()
    • toSepia

      public Color toSepia()