Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class DDBltFx

public final class DDBltFx
{
  // Fields
  public int alphaDestConst;
  public int alphaDestConstBitDepth;
  public int alphaEdgeBlend;
  public int alphaEdgeBlendBitDepth;
  public int alphaSrcConst;
  public int alphaSrcConstBitDepth;
  public int ddfx;
  public int ddrop;
  public int destColorSpaceHighValue;
  public int destColorSpaceLowValue;
  public int fillValue;
  public int rop;
  public int rotationAngle;
  public int srcColorSpaceHighValue;
  public int srcColorSpaceLowValue;
  public int zbufferBaseDest;
  public int zbufferHigh;
  public int zbufferLow;
  public int zbufferOpCode;
  public int zDestConst;
  public int zDestConstBitDepth;
  public int zSrcConst;
  public int zSrcConstBitDepth;
}

Passes blit operations to the bltFx method. The information in this class includes raster operations, effects, and override information.

See also DirectDrawSurface.

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.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.