Uses of Interface
org.web3d.x3d.sai.Interpolation.ColorInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of ColorInterpolator in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement ColorInterpolator Modifier and Type Class Description classColorInterpolatorObjectColorInterpolator generates a range of color values. -
Uses of ColorInterpolator in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return ColorInterpolator Modifier and Type Method Description ColorInterpolatorColorInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.ColorInterpolatorColorInterpolator. setKeyValue(float[] newValue)Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named keyValue.ColorInterpolatorColorInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.