Microsoft SDK for Java

DDBltFx Class

The DDBltFx Class of the com.ms.directX package passes blit operations to the bltFx method. The information in this class includes raster operations, effects, and override information.

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;
}

See Also

DirectDrawSurface

© 1999 Microsoft Corporation. All rights reserved. Terms of use.