The DDBltFx Class contains the following fields.
alphaDestConst | Constant used as the alpha channel destination. |
alphaDestConstBitDepth | Bit depth of the destination alpha constant. |
alphaEdgeBlend | Alpha constant used for edge blending. |
alphaEdgeBlendBitDepth | Bit depth of the constant for an alpha edge blend. |
alphaSrcConst | Constant used as the alpha channel source. |
alphaSrcConstBitDepth | Bit depth of the source alpha constant. |
ddfx | One or more values of DDBLTFX_ type, specifying FX operations. |
ddrop | Specifies the DirectDraw raster operations. |
destColorSpaceHighValue | The destination high value of the color range that is to be used as the color key. |
destColorSpaceLowValue | The destination low value of the color range that is to be used as the color key. |
fillValue | Color used to fill a surface when DDBLT_COLORFILL is specified. This value can be either an RGB triple or a palette index, depending on the surface type. |
rop | Specifies the Win32 raster operations. |
rotationAngle | Rotation angle for the blit. |
srcColorSpaceHighValue | The source high value of the color range that is to be used as the color key. |
srcColorSpaceLowValue | The source low value of the color range that is to be used as the color key. |
zbufferBaseDest | Destination base value of a z-buffer. |
zbufferHigh | High limit of a z-buffer. |
zbufferLow | Low limit of a z-buffer. |
zbufferOpCode | Z-buffer compares. |
zDestConst | Constant used as the z-buffer destination. |
zDestConstBitDepth | Bit depth of the destination z-constant. |
zSrcConst | Constant used as the z-buffer source. |
zSrcConstBitDepth | Bit depth of the source z-constant. |