|
|
|
|
|
by rudedogg
3496 days ago
|
|
Thanks for explaining that, it makes sense. I ended up writing my own Color struct to store the values in HSB like you suggest. It's odd I couldn't find information about this anywhere. The NSColor/UIColor docs don't mention it, but there is a clue I guess. They note that NSColor/UIColor is stored as CGColor internally, and CGColor doesn't have an HSB init. Thanks again, I searched everywhere for the answer to this. |
|