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
Color

The color to use as a base.

Returns

The system color.

Applies to

ToSystemColor(NSColor)

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

Parameters

color
NSColor

Returns

Applies to

ToSystemColor(UIColor)

Converts the color to the system specific color.

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

Parameters

color
UIColor

The color to use as a base.

Returns

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
Color

The color to use as a base.

Returns

The system color.

Applies to