C# Class MonoTouch.UIKit.UIColorExtensions

显示文件 Open project: megsoftconsulting/MonkeySpace

Public Methods

Method Description
FromHex ( this color, int hexValue ) : UIColor

Created a UIColor instance by using the hex equivalent.

Method Details

FromHex() public static method

Created a UIColor instance by using the hex equivalent.
public static FromHex ( this color, int hexValue ) : UIColor
color this
hexValue int
return UIColor