Texture.SetAlphaBlendValues Method

TextureSetAlphaBlendValues Method

If the TextureCombineMode is Blend, then the blending function for alpha is determined by

new alpha = constant + a0*(current alpha) + a1*(texture alpha) + a2*min(current alpha,texture alpha) + a3*max(current alpha,texture alpha)

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetAlphaBlendValues(
	double constant,
	double a0,
	double a1,
	double a2,
	double a3
)
Public Sub SetAlphaBlendValues ( 
	constant As Double,
	a0 As Double,
	a1 As Double,
	a2 As Double,
	a3 As Double
)

Parameters

constant
Type: SystemDouble

[Missing <param name="constant"/> documentation for "M:Rhino.DocObjects.Texture.SetAlphaBlendValues(System.Double,System.Double,System.Double,System.Double,System.Double)"]

a0
Type: SystemDouble

[Missing <param name="a0"/> documentation for "M:Rhino.DocObjects.Texture.SetAlphaBlendValues(System.Double,System.Double,System.Double,System.Double,System.Double)"]

a1
Type: SystemDouble

[Missing <param name="a1"/> documentation for "M:Rhino.DocObjects.Texture.SetAlphaBlendValues(System.Double,System.Double,System.Double,System.Double,System.Double)"]

a2
Type: SystemDouble

[Missing <param name="a2"/> documentation for "M:Rhino.DocObjects.Texture.SetAlphaBlendValues(System.Double,System.Double,System.Double,System.Double,System.Double)"]

a3
Type: SystemDouble

[Missing <param name="a3"/> documentation for "M:Rhino.DocObjects.Texture.SetAlphaBlendValues(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also