SoTextureCombinercombineRGB Property |
Specifies the texture combiner function to apply on the source<n>RGB transformed by the operand<n>RGB.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoTextureCombinerCombineFunctions> combineRGB { get; }
Public ReadOnly Property combineRGB As SoSFEnum(Of SoTextureCombinerCombineFunctions)
Get
public:
property SoSFEnum<SoTextureCombinerCombineFunctions>^ combineRGB {
SoSFEnum<SoTextureCombinerCombineFunctions>^ get ();
}
member combineRGB : SoSFEnum<SoTextureCombinerCombineFunctions> with get
Property Value
Type:
SoSFEnumSoTextureCombinerCombineFunctionsRemarks See Also