SoTextureCombiner.operand2Alpha Property |
Specifies an operand to be applied on the source2Alpha before applying the combiner.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<SoTextureCombiner. OperandRGBAs> operand2Alpha { get; }
Public ReadOnly Property operand2Alpha As SoSFEnum(Of SoTextureCombiner.OperandRGBAs)
Get
public:
property SoSFEnum<SoTextureCombiner. OperandRGBAs>^ operand2Alpha {
SoSFEnum<SoTextureCombiner. OperandRGBAs>^ get ();
}
member operand2Alpha : SoSFEnum<SoTextureCombiner. OperandRGBAs> with get
Property Value
Type:
SoSFEnum<SoTextureCombiner.OperandRGBAs>
Remarks but only the two last values: SRC_ALPHA or ONE_MINUS_SRC_ALPHA. Default is SRC_ALPHA.
See Also