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