C# Class MvvmCross.Platform.iOS.MvxIosColorExtensionMethods

Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ColorFromInt ( this rgbValue ) : UIKit.UIColor
ColorWithAlphaFromInt ( this rgbaValue ) : UIKit.UIColor
IntFromColor ( this color ) : uint

Method Details

ColorFromInt() public static méthode

public static ColorFromInt ( this rgbValue ) : UIKit.UIColor
rgbValue this
Résultat UIKit.UIColor

ColorWithAlphaFromInt() public static méthode

public static ColorWithAlphaFromInt ( this rgbaValue ) : UIKit.UIColor
rgbaValue this
Résultat UIKit.UIColor

IntFromColor() public static méthode

public static IntFromColor ( this color ) : uint
color this
Résultat uint