igeo.io
Class I3DXML.ColorType

java.lang.Object
  extended by igeo.io.I3DXML.ColorType
Enclosing class:
I3DXML

public static class I3DXML.ColorType
extends java.lang.Object


Field Summary
 double alpha
           
 double blue
           
 double green
           
 double red
           
 
Constructor Summary
I3DXML.ColorType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

public double red

blue

public double blue

green

public double green

alpha

public double alpha
Constructor Detail

I3DXML.ColorType

public I3DXML.ColorType()