Package com.jme3.terrain.noise
Class Color
java.lang.Object
com.jme3.terrain.noise.Color
Helper class for working with colors and gradients
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Colorpublic Color()
- 
Colorpublic Color(int r, int g, int b) 
- 
Colorpublic Color(int r, int g, int b, int a) 
- 
Colorpublic Color(float r, float g, float b) 
- 
Colorpublic Color(float r, float g, float b, float a) 
- 
Colorpublic Color(int h, float s, float b) 
- 
Colorpublic Color(int h, float s, float b, float a) 
 
- 
- 
Method Details- 
toIntegerpublic int toInteger()
- 
toWeb
- 
toGrayscale
- 
toSepia
 
-