CGShadingRelease
Decrements the retain count of a shading object.
Declaration
extern void CGShadingRelease(CGShadingRef shading);Parameters
- shading:
The shading object to release.
Discussion
This function is equivalent to CFRelease, except that it does not cause an error if the shading parameter is NULL.