-
Classes in org.web3d.x3d.jsail.Rendering that implement Color
| Modifier and Type |
Class |
Description |
class |
ColorObject |
Color node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
-
Methods in org.web3d.x3d.sai.Rendering that return Color
| Modifier and Type |
Method |
Description |
Color |
Color.setColor(float[] newValue) |
Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named color.
|
Color |
Color.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|