How do I convert RGB into HSV in Cocoa Touch? -


I want to set the background color for the label using HSVV instead of RGB. How can I apply it to the code?

Code:

  //. File #import "IBAppDelegate.h" @ implementation IBAppDelegate @ synthesize label; {Self.label.backgroundColor = [UIColor colorWithRed: 1.0f green: 0.8f blue: 0.0f alpha: 1.0f]; }  

You can use the following feature maker of UIColor


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -