Uses of Class
com.badlogic.gdx.graphics.g3d.attributes.ColorAttribute
-
Packages that use ColorAttribute Package Description com.badlogic.gdx.graphics.g3d.attributes -
-
Uses of ColorAttribute in com.badlogic.gdx.graphics.g3d.attributes
Methods in com.badlogic.gdx.graphics.g3d.attributes that return ColorAttribute Modifier and Type Method Description static ColorAttributeColorAttribute. createAmbient(float r, float g, float b, float a)static ColorAttributeColorAttribute. createAmbient(Color color)static ColorAttributeColorAttribute. createAmbientLight(float r, float g, float b, float a)static ColorAttributeColorAttribute. createAmbientLight(Color color)static ColorAttributeColorAttribute. createDiffuse(float r, float g, float b, float a)static ColorAttributeColorAttribute. createDiffuse(Color color)static ColorAttributeColorAttribute. createEmissive(float r, float g, float b, float a)static ColorAttributeColorAttribute. createEmissive(Color color)static ColorAttributeColorAttribute. createFog(float r, float g, float b, float a)static ColorAttributeColorAttribute. createFog(Color color)static ColorAttributeColorAttribute. createReflection(float r, float g, float b, float a)static ColorAttributeColorAttribute. createReflection(Color color)static ColorAttributeColorAttribute. createSpecular(float r, float g, float b, float a)static ColorAttributeColorAttribute. createSpecular(Color color)Constructors in com.badlogic.gdx.graphics.g3d.attributes with parameters of type ColorAttribute Constructor Description ColorAttribute(ColorAttribute copyFrom)
-