Microsoft SDK for Java

DDColorKey Class

The DDColorKey Class of the com.ms.directX package describes a source color key, destination color key or color space.

public final class DDColorKey
{
  // Fields
  public int colorSpaceHighValue;
  public int colorSpaceLowValue;
}

A color key is specified if the low and high range values are the same. This class is used with the getColorKey and setColorKey methods.

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