Re: Converting colorspace of a CGColor
Re: Converting colorspace of a CGColor
- Subject: Re: Converting colorspace of a CGColor
- From: Graham Cox <email@hidden>
- Date: Sat, 04 Apr 2015 13:19:56 +1100
> On 4 Apr 2015, at 1:13 pm, Roland King <email@hidden> wrote:
>
> That’s most definitely not what Graham is looking for. He’s looking for a way to convert colours programatically, and cross-platform iOS and OSX (no colorsync on iOS).
That's right. In short, a CG equivalent to -[NSColor colorUsingColorspace:] is what I need - I just need to ensure that colours that could originate as grays for example, end up as RGBA colours, since I'm doing work directly on the four components. Converting gray is easy enough actually, if I have to do that myself, but it would be nice if there were a funciton that would work across all possible colorspaces.
I thought Id' seen a CG function for this in the past, but I can't remember where I saw it and I may be mistaken.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden