Microsoft DirectX 9.0 |
This structure is used to describe a source or destination color key or color space. A color key is specified if the low and high range values are the same.
typedef struct _DDCOLORKEY{
DWORD dwColorSpaceLowValue;
DWORD dwColorSpaceHighValue;
} DDCOLORKEY,FAR* LPDDCOLORKEY;
Members
dwColorSpaceLowValue
The low value of the color range that is to be used as the color key, inclusive.
dwColorSpaceHighValue
The high value of the color range that is to be used as the color key, inclusive.
See Also