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 |
public static GetCGColor ( this c ) : CGColor | ||
c | this | |
return | CGColor |
public static GetNSColor ( this c ) : NSColor | ||
c | this | |
return | NSColor |
public static GetUIColor ( this c ) : UIKit.UIColor | ||
c | this | |
return | UIKit.UIColor |
public static ToColor ( this color ) : Praeclarum.Graphics.Color | ||
color | this | |
return | Praeclarum.Graphics.Color |
public static ToColor ( this color ) : global::Android.Graphics.Color | ||
color | this | |
return | global::Android.Graphics.Color |