org.bouncycastle.graphics.rt.objects
Class Colors
java.lang.Object
|
+--org.bouncycastle.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)>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Colors getInstance(RMLReader in)
throws java.io.IOException
colors
public Color3f[] colors()