Blend-Enumeration
Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]
Unterstützte Farbe Blend definiert.
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
type Blend
Member
Membername | Beschreibung | |
---|---|---|
Zero | Blendingfaktor ist (0, 0, 0, 0). | |
One | Blendingfaktor ist (1,1,1,1).). | |
SourceColor | Blendingfaktor ist (R s, Gs, BsAs). | |
InvSourceColor | Blendingfaktor ist (R s, Gs, BsAs). | |
SourceAlpha | Blendingfaktor ist (A s, As, AsAs). | |
InvSourceAlpha | Blendingfaktor ist (1 - A s, 1 - As, 1 - As, 1 - As). | |
DestinationAlpha | Blendingfaktor ist (A d, eind, eind, eind). | |
InvDestinationAlpha | Blendingfaktor ist (1 - A d, 1 - Ad, 1 - Ad, 1 - Ad). | |
DestinationColor | Blendingfaktor ist (R d, Gd, Bd, eind). | |
InvDestinationColor | Blendingfaktor ist (1 - R d, 1 - Gd, 1 - Bd, 1 - Ad). | |
SourceAlphaSat | Blendingfaktor ist (f, f, f, 1);f = min(A, 1-Ad). |
Hinweise
Die RGBA-Werte der Quelle und Ziel sind angegeben durch die Feldindizes s und d.
Plattformen
Windows CE, Windows Mobile für Smartphone, Windows Mobile für Pocket PC
Die .NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET framework.
Versionsinformationen
.NET Compact Framework
Unterstützt in: 3.5, 2.0
Siehe auch
Referenz
Microsoft.WindowsMobile.DirectX.Direct3D-Namespace