C# Class Praeclarum.Graphics.ColorEx

ファイルを表示 Open project: praeclarum/Praeclarum

Public Methods

Method 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 method

public static GetCGColor ( this c ) : CGColor
c this
return CGColor

GetColor() public static method

public static GetColor ( this c ) : Color
c this
return Color

GetNSColor() public static method

public static GetNSColor ( this c ) : NSColor
c this
return NSColor

GetUIColor() public static method

public static GetUIColor ( this c ) : UIKit.UIColor
c this
return UIKit.UIColor

ToColor() public static method

public static ToColor ( this color ) : Praeclarum.Graphics.Color
color this
return Praeclarum.Graphics.Color

ToColor() public static method

public static ToColor ( this color ) : global::Android.Graphics.Color
color this
return global::Android.Graphics.Color