ColorExtensions.ToSystemColor Method

Definition

Overloads

ToSystemColor(Color)

Converts the color to the system specific color.

ToSystemColor(NSColor)
ToSystemColor(UIColor)

Converts the color to the system specific color.

ToSystemColor(Color)

Converts the color to the system specific color.

ToSystemColor(Color)

Converts the color to the system specific color.

public static System.Drawing.Color ToSystemColor (this Android.Graphics.Color color);

Parameters

color
Android.Graphics.Color

The color to use as a base.

Returns

System.Drawing.Color

The system color.

Applies to

ToSystemColor(NSColor)

public static System.Drawing.Color ToSystemColor (this AppKit.NSColor color);

Parameters

color
AppKit.NSColor

Returns

System.Drawing.Color

Applies to

ToSystemColor(UIColor)

Converts the color to the system specific color.

public static System.Drawing.Color ToSystemColor (this UIKit.UIColor color);

Parameters

color
UIKit.UIColor

The color to use as a base.

Returns

System.Drawing.Color

The system color.

Applies to

ToSystemColor(Color)

Converts the color to the system specific color.

public static System.Drawing.Color ToSystemColor (this Windows.UI.Color color);

Parameters

color
Windows.UI.Color

The color to use as a base.

Returns

System.Drawing.Color

The system color.

Applies to