Share via


DeleteColorSpace

The DeleteColorSpace function removes and destroys a specified color space.

BOOL WINAPI DeleteColorSpace(
  HCOLORSPACE hColorSpace);

Parameters

  • hColorSpace
    Specifies the handle to a color space to delete.

Return Values

If this function succeeds, the return value is TRUE.

If this function fails, the return value is FALSE.

Requirements

**  Windows NT/2000/XP/Vista:** Included in Windows 2000 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Wingdi.h.
**  Library:** Use Gdi32.lib.

See Also

Basic Color Management Concepts, Functions