C# Class MvvmCross.Platform.iOS.MvxIosColorExtensionMethods

显示文件 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ColorFromInt ( this rgbValue ) : UIKit.UIColor
ColorWithAlphaFromInt ( this rgbaValue ) : UIKit.UIColor
IntFromColor ( this color ) : uint

Method Details

ColorFromInt() public static method

public static ColorFromInt ( this rgbValue ) : UIKit.UIColor
rgbValue this
return UIKit.UIColor

ColorWithAlphaFromInt() public static method

public static ColorWithAlphaFromInt ( this rgbaValue ) : UIKit.UIColor
rgbaValue this
return UIKit.UIColor

IntFromColor() public static method

public static IntFromColor ( this color ) : uint
color this
return uint