SoTextureCombineroperand0Alpha Property |
Specifies an operand to be applied on the source0Alpha before applying the combiner.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoTextureCombinerOperandRGBAs> operand0Alpha { get; }
Public ReadOnly Property operand0Alpha As SoSFEnum(Of SoTextureCombinerOperandRGBAs)
Get
public:
property SoSFEnum<SoTextureCombinerOperandRGBAs>^ operand0Alpha {
SoSFEnum<SoTextureCombinerOperandRGBAs>^ get ();
}
member operand0Alpha : 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