Click or drag to resize

CommonHelperColorToBlackAndWhite Method

Convert the color to a black and white color.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Color ColorToBlackAndWhite(
	Color color
)

Parameters

color
Type: System.DrawingColor
Base color.

Return Value

Type: Color
Black and White version of color.
See Also