Blends appearance background colors with alphaColor.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public static void AlphaBlend(
	Appearance appearance,
	Color alphaColor
)
Visual Basic
Public Shared Sub AlphaBlend ( 
	appearance As Appearance,
	alphaColor As Color
)
Visual C++
public:
static void AlphaBlend(
	Appearance^ appearance, 
	Color alphaColor
)
F#
static member AlphaBlend : 
        appearance : Appearance * 
        alphaColor : Color -> unit 

Parameters

appearance
Type: Dapfor.Net.Ui..::..Appearance
The appearance.
alphaColor
Type: System.Drawing..::..Color
The color which is blended with the appearance. The intensity of blending is specified by the alpha-channel of the alphaColor

See Also