Uses of Enum Class
com.openinventor.inventor.nodes.SoTextureCombiner.OperandRGBAs
Packages that use SoTextureCombiner.OperandRGBAs
-
Uses of SoTextureCombiner.OperandRGBAs in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoTextureCombiner.OperandRGBAsModifier and TypeFieldDescriptionSoTextureCombiner.operand0Alpha
Specifies an operand to be applied on the source0Alpha before applying the combiner.SoTextureCombiner.operand0RGB
Specifies an operand to be applied on the source0RGB before applying the combiner.SoTextureCombiner.operand1Alpha
Specifies an operand to be applied on the source1Alpha before applying the combiner.SoTextureCombiner.operand1RGB
Specifies an operand to be applied on the source1RGB before applying the combiner.SoTextureCombiner.operand2Alpha
Specifies an operand to be applied on the source2Alpha before applying the combiner.SoTextureCombiner.operand2RGB
Specifies an operand to be applied on the source2RGB before applying the combiner.Methods in com.openinventor.inventor.nodes that return SoTextureCombiner.OperandRGBAsModifier and TypeMethodDescriptionSoTextureCombiner.OperandRGBAs.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoTextureCombiner.OperandRGBAs[]
SoTextureCombiner.OperandRGBAs.values()
Returns an array containing the constants of this enum class, in the order they are declared.