Click or drag to resize

ColorExtensionsToColor Method

Converts the Color instance to Color.

Namespace:  DotNetBrowser.WinForms.Dialogs
Assembly:  DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.16.0
Syntax
C#
public static Color ToColor(
	this Color color
)

Parameters

color
Type: DotNetBrowser.UiColor
the color to convert

Return Value

Type: Color
the converted color.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Color. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also