Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class ddColorKey

public final class ddColorKey {
  public int ColorSpaceLowValue;
  public int ColorSpaceHighValue;
}

Describes a source color key, destination color key or color space. 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.

Fields

ColorSpaceLowValue
Low value, inclusive, of the color range that is to be used as the color key.
ColorSpaceHighValue
High value, inclusive, of the color range that is to be used as the color key.


© 1996 Microsoft Corporation. All rights reserved.