Platform SDK: DirectX

DDCOLORKEY

The DDCOLORKEY type 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 type is used with the DirectDrawSurface7.GetColorKey and DirectDrawSurface7.SetColorKey methods.

Type COLORKEY
    high As Long
    low As Long
End Type

Members

high
High value of the color range that is to be used as the color key.
low
Low value of the color range that is to be used as the color key.