synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes
Class TwoDShapeGeometry.ColourRGBA

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes.TwoDShapeGeometry.ColourRGBA
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TwoDShapeGeometry

public class TwoDShapeGeometry.ColourRGBA
extends java.lang.Object
implements java.io.Serializable

Components should be in the range 0..1

Author:
dcs0ah1
See Also:
Serialized Form

Field Summary
 float a
          The a.
 float b
          The b.
 float g
          The g.
 float r
          The r.
 
Constructor Summary
TwoDShapeGeometry.ColourRGBA(float r, float g, float b, float a)
          Instantiates a new colour rgba.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public float a
The a.


b

public float b
The b.


g

public float g
The g.


r

public float r
The r.

Constructor Detail

TwoDShapeGeometry.ColourRGBA

public TwoDShapeGeometry.ColourRGBA(float r,
                                    float g,
                                    float b,
                                    float a)
Instantiates a new colour rgba.

Parameters:
r - the r
g - the g
b - the b
a - the a