XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt.objects
Class Colors

java.lang.Object
  extended byorg.autochthonous.graphics.rt.objects.Colors

public class Colors
extends java.lang.Object

a list of colors.

Example:

        <Colors>
            0.000, 1.000, 0.000,
            1.000, 1.000, 0.000,
            1.000, 1.000, 1.000,
            1.000, 0.000, 0.000
        </Colors>
 

Document Type Definition:

     <!ELEMENT Colors (#PCDATA)>
 


Method Summary
 Color3f[] colors()
           
static Colors getInstance(RMLReader in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Colors getInstance(RMLReader in)
                          throws java.io.IOException
Throws:
java.io.IOException

colors

public Color3f[] colors()

XJRT Rendering Toolkit 1.0b06