Uses of Class
vrml.field.ConstSFColor
Packages that use ConstSFColor
-
Uses of ConstSFColor in vrml.field
Methods in vrml.field with parameters of type ConstSFColorModifier and TypeMethodDescriptionvoid
MFColor.addValue
(ConstSFColor color) Append the field as a new color value to the end of this field.void
MFColor.insertValue
(int index, ConstSFColor color) Insert the color represented by the given field at the given position in the array.void
MFColor.set1Value
(int index, ConstSFColor color) Set the element at the given index with the value from the given field.void
SFColor.setValue
(ConstSFColor color) Set this field to the values from the passed in field