Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
TexturedSurface200Marshaller.marshalColor(_Color src) |
java.util.List<java.lang.Double> |
TexturedSurface100Marshaller.marshalColor(_Color src) |
Modifier and Type | Method and Description |
---|---|
_Color |
TexturedSurface200Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src) |
_Color |
TexturedSurface100Unmarshaller.unmarshalColor(java.util.List<java.lang.Double> src) |
Modifier and Type | Method and Description |
---|---|
_Color |
_Material.getDiffuseColor() |
_Color |
_Material.getEmissiveColor() |
_Color |
_Material.getSpecularColor() |
Modifier and Type | Method and Description |
---|---|
void |
_Material.setDiffuseColor(_Color diffuseColor) |
void |
_Material.setEmissiveColor(_Color emissiveColor) |
void |
_Material.setSpecularColor(_Color specularColor) |