C# Class Praeclarum.Graphics.ColorEx

Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode Description
GetCGColor ( this c ) : CGColor
GetColor ( this c ) : Color
GetNSColor ( this c ) : NSColor
GetUIColor ( this c ) : UIKit.UIColor
ToColor ( this color ) : Praeclarum.Graphics.Color
ToColor ( this color ) : global::Android.Graphics.Color

Method Details

GetCGColor() public static méthode

public static GetCGColor ( this c ) : CGColor
c this
Résultat CGColor

GetColor() public static méthode

public static GetColor ( this c ) : Color
c this
Résultat Color

GetNSColor() public static méthode

public static GetNSColor ( this c ) : NSColor
c this
Résultat NSColor

GetUIColor() public static méthode

public static GetUIColor ( this c ) : UIKit.UIColor
c this
Résultat UIKit.UIColor

ToColor() public static méthode

public static ToColor ( this color ) : Praeclarum.Graphics.Color
color this
Résultat Praeclarum.Graphics.Color

ToColor() public static méthode

public static ToColor ( this color ) : global::Android.Graphics.Color
color this
Résultat global::Android.Graphics.Color