1 out of 1 rated this helpful - Rate this topic

DDCOLORKEY

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This structure 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 structure is used with the IDirectDrawSurface5::GetColorKey and IDirectDrawSurface5::SetColorKey methods.


typedef struct _DDCOLORKEY{ 
  DWORD dwColorSpaceLowValue; 
  DWORD dwColorSpaceHighValue; 
} DDCOLORKEY,FAR *LPDDCOLORKEY;  
dwColorSpaceLowValue

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

dwColorSpaceHighValue

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

Headerddraw.h
Windows Embedded CEWindows Embedded CE 6.0 and later
Windows MobilePocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.