Tests whether specified color is black.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsColorBlack(
	Color color
)
Visual Basic
Public Shared Function IsColorBlack ( _
	color As Color _
) As Boolean

Parameters

color
Type: System.Drawing..::..Color
The color to test.

Return Value

true if the specified color is black, false otherwise.

See Also