Blend Enumeration

Defines the supported color blend.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public Enumeration Blend
'Usage
Dim instance As Blend
public enum Blend
public enum class Blend
public enum Blend
public enum Blend

Members

  Member name Description
Supported by the .NET Compact Framework DestinationAlpha Blend factor is (Ad, Ad, Ad, Ad). 
Supported by the .NET Compact Framework DestinationColor Blend factor is (Rd, Gd, Bd, Ad). 
Supported by the .NET Compact Framework InvDestinationAlpha Blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad). 
Supported by the .NET Compact Framework InvDestinationColor Blend factor is (1 - Rd, 1 - Gd, 1 - Bd, 1 - Ad). 
Supported by the .NET Compact Framework InvSourceAlpha Blend factor is ( 1 - As, 1 - As, 1 - As, 1 - As). 
Supported by the .NET Compact Framework InvSourceColor Blend factor is (Rs, Gs, Bs, As)
Supported by the .NET Compact Framework One Blend factor is (1,1,1,1). 
Supported by the .NET Compact Framework SourceAlpha Blend factor is (As, As, As, As). 
Supported by the .NET Compact Framework SourceAlphaSat Blend factor is (f, f, f, 1); f = min(A, 1 - Ad). 
Supported by the .NET Compact Framework SourceColor Blend factor is (Rs, Gs, Bs, As). 
Supported by the .NET Compact Framework Zero Blend factor is (0, 0, 0, 0). 

Remarks

The RGBA values of the source and destination are indicated by the subscripts s and d.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming