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