Converting from RGB to HSL with Objective C

Posted by treeba on Stack Overflow See other posts from Stack Overflow or by treeba
Published on 2010-06-10T19:01:09Z Indexed on 2010/06/10 20:12 UTC
Read the original article Hit count: 612

Filed under:
|
|
|

I'm quite new to objective c but have been programming for a while. I started creating a function that would convert from RGB to HSL and back again but I get a feeling it is way too long and headed in the wrong direction. Does anyone know of a simple way to perform this conversion?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c