¡@

Home 

2014/10/15 ¤U¤È 10:05:13

iphone Programming Glossary: colorarray

Change from RGB to HSB on iPhone?

http://stackoverflow.com/questions/5589804/change-from-rgb-to-hsb-on-iphone

colorWithRed float red Green float green Blue float blue HSBColor toReturn HSBColor alloc init autorelease float colorArray 3 colorArray 0 red colorArray 1 green colorArray 2 blue NSLog @ RGB f f f colorArray 0 colorArray 1 colorArray 2 int max.. float red Green float green Blue float blue HSBColor toReturn HSBColor alloc init autorelease float colorArray 3 colorArray 0 red colorArray 1 green colorArray 2 blue NSLog @ RGB f f f colorArray 0 colorArray 1 colorArray 2 int max int min self.. float green Blue float blue HSBColor toReturn HSBColor alloc init autorelease float colorArray 3 colorArray 0 red colorArray 1 green colorArray 2 blue NSLog @ RGB f f f colorArray 0 colorArray 1 colorArray 2 int max int min self max max andMin min..