Uses of Class
com.openinventor.inventor.nodes.SoTextureCombiner.OperandRGBAs
-
Packages that use SoTextureCombiner.OperandRGBAs Package Description com.openinventor.inventor.nodes -
-
Uses of SoTextureCombiner.OperandRGBAs in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCombiner.OperandRGBAs Modifier and Type Field Description SoSFEnum<SoTextureCombiner.OperandRGBAs>
SoTextureCombiner. operand0Alpha
Specifies an operand to be applied on the source0Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>
SoTextureCombiner. operand0RGB
Specifies an operand to be applied on the source0RGB before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>
SoTextureCombiner. operand1Alpha
Specifies an operand to be applied on the source1Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>
SoTextureCombiner. operand1RGB
Specifies an operand to be applied on the source1RGB before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>
SoTextureCombiner. operand2Alpha
Specifies an operand to be applied on the source2Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>
SoTextureCombiner. operand2RGB
Specifies an operand to be applied on the source2RGB before applying the combiner.Methods in com.openinventor.inventor.nodes that return SoTextureCombiner.OperandRGBAs Modifier and Type Method Description static SoTextureCombiner.OperandRGBAs
SoTextureCombiner.OperandRGBAs. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTextureCombiner.OperandRGBAs
SoTextureCombiner.OperandRGBAs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTextureCombiner.OperandRGBAs[]
SoTextureCombiner.OperandRGBAs. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-