SoTextureCombiner.operand1RGB Property |
Specifies an operand to be applied on the source1RGB before applying the combiner.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoTextureCombiner. OperandRGBAs> operand1RGB { get; }
Public ReadOnly Property operand1RGB As SoSFEnum(Of SoTextureCombiner.OperandRGBAs)
Get
public:
property SoSFEnum<SoTextureCombiner. OperandRGBAs>^ operand1RGB {
SoSFEnum<SoTextureCombiner. OperandRGBAs>^ get ();
}
member operand1RGB : SoSFEnum<SoTextureCombiner. OperandRGBAs> with get
Property Value
Type:
SoSFEnum<SoTextureCombiner.OperandRGBAs>
Remarks
See Also