Contents

CGColorSpaceRelease

Decrements the retain count of a color space.

Declaration

extern void CGColorSpaceRelease(CGColorSpaceRef space);

Parameters

  • space:

    The Quartz color space to release.

Discussion

This function is equivalent to CFRelease, except that it does not cause an error if the cs parameter is NULL.

See Also

Retaining and Releasing Color Spaces