| Microsoft DirectX 8.1 (Visual Basic) |
Defines source-blending capabilities.
Enum CONST_D3DPBLENDCAPSFLAGS
D3DPBLENDCAPS_ZERO = 1
D3DPBLENDCAPS_ONE = 2
D3DPBLENDCAPS_SRCCOLOR = 4
D3DPBLENDCAPS_INVSRCCOLOR = 8
D3DPBLENDCAPS_SRCALPHA = 16 (&H10)
D3DPBLENDCAPS_INVSRCALPHA = 32 (&H20)
D3DPBLENDCAPS_DESTALPHA = 64 (&H40)
D3DPBLENDCAPS_INVDESTALPHA = 128 (&H80)
D3DPBLENDCAPS_DESTCOLOR = 256 (&H100)
D3DPBLENDCAPS_INVDESTCOLOR = 512 (&H200)
D3DPBLENDCAPS_SRCALPHASAT = 1024 (&H400)
D3DPBLENDCAPS_BOTHSRCALPHA = 2048 (&H800)
D3DPBLENDCAPS_BOTHINVSRCALPHA = 4096 (&H1000)
End Enum
The RGBA values of the source and destination are indicated by the subscripts s and d.
The values in this enumeration define the values for the SrcBlendCaps member of D3DCAPS8.