SoTextureCombiner.combineRGB 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.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoTextureCombiner. CombineFunctions> combineRGB { get; }
Public ReadOnly Property combineRGB As SoSFEnum(Of SoTextureCombiner.CombineFunctions)
Get
public:
property SoSFEnum<SoTextureCombiner. CombineFunctions>^ combineRGB {
SoSFEnum<SoTextureCombiner. CombineFunctions>^ get ();
}
member combineRGB : SoSFEnum<SoTextureCombiner. CombineFunctions> with get
Property Value
Type:
SoSFEnum<SoTextureCombiner.CombineFunctions>
Remarks
See Also