Package com.jme3.terrain.noise
Class Color
java.lang.Object
com.jme3.terrain.noise.Color
Helper class for working with colors and gradients
-
Constructor Summary
-
Method Summary
-
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
-
toGrayscale
-
toSepia
-