faceleg / CINSColor-Hex

Category for NSColor allowing one to easily set / get a color using hexadecimal notation
6 stars 0 forks source link

Gray Colors.. #1

Closed sebj closed 12 years ago

sebj commented 12 years ago

This works great for colors with saturation, but seems to return transparent for colors with no saturation/grays, blacks, whites.

faceleg commented 12 years ago

I see what you mean, I'll try to get this fixed today.

faceleg commented 12 years ago

I've updated the NSColor+Hex class, it should work for all colour spaces now. Thanks for letting me know about this.