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. operand0AlphaSpecifies an operand to be applied on the source0Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand0RGBSpecifies an operand to be applied on the source0RGB before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand1AlphaSpecifies an operand to be applied on the source1Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand1RGBSpecifies an operand to be applied on the source1RGB before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand2AlphaSpecifies an operand to be applied on the source2Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand2RGBSpecifies 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.OperandRGBAsSoTextureCombiner.OperandRGBAs. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoTextureCombiner.OperandRGBAsSoTextureCombiner.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.
-