Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawSurface::SetColorKey() ]
[ next: SetLOD() ]
[ prev: SetClipper() ]
public:
virtual bool __fastcall SetColorKey( dword pFlags, TDDColorKey* pColorKey );
TDX_DRAWSURFACE::SETCOLORKEY()
[ component method ]
- Description
- Parameters
Flags
The Flags parameter defines flags indicating which color key is being set.
The described effect applies when the flag is set.
DDCKEY_COLORSPACE
The key being set is a range of color values rather than a single color.
DDCKEY_DESTBLT
The key being set is the destination color key for blits.
DDCKEY_DESTOVERLAY
The key being set is the destination color key for overlays.
DDCKEY_SRCBLT
The key being set is the source color key for blits.
DDCKEY_SRCOVERLAY
The key being set is the source color key for overlays.
ColorKey
The ColorKey parameter references a TDDColorKey component holding the color key values to be set.
Set this parameter to NULL to remove the specified color key.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|