I am looking at way of finding the color space of a CGContext
?
CGBitmapContextGetColorSpace()
will not work as I am working with general context and not bitmap context.
Thank you, Rahul
colorspaceref CGContextGetStrokeColorSpace(ccontextref);
colorspaceref CGContextGetFillColorSpace(ccontextref);
but this are priate.