Package gaiasky.scenegraph.component
Class ColourComponent
java.lang.Object
gaiasky.scenegraph.component.ColourComponent
Colour component containing information about a colour
-
Field Summary
-
Constructor Summary
ConstructorDescriptionColourComponent(float r, float g, float b)
ColourComponent(float r, float g, float b, float a)
ColourComponent(String color)
-
Method Summary
-
Field Details
-
rgba
public float[] rgba
-
-
Constructor Details
-
ColourComponent
public ColourComponent() -
ColourComponent
public ColourComponent(float r, float g, float b, float a) -
ColourComponent
public ColourComponent(float r, float g, float b) -
ColourComponent
-