Uses of Enum Class
com.openinventor.inventor.nodes.SoColorMap.ColorMapFormats
Packages that use SoColorMap.ColorMapFormats
-
Uses of SoColorMap.ColorMapFormats in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoColorMap.ColorMapFormatsModifier and TypeFieldDescriptionSoColorMap.colorMapFormat
Indicates the format of the color map (number of color components).Methods in com.openinventor.inventor.nodes that return SoColorMap.ColorMapFormatsModifier and TypeMethodDescriptionstatic SoColorMap.ColorMapFormats
SoColorMap.ColorMapFormats.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoColorMap.ColorMapFormats
Returns the enum constant of this class with the specified name.static SoColorMap.ColorMapFormats[]
SoColorMap.ColorMapFormats.values()
Returns an array containing the constants of this enum class, in the order they are declared.