[]
        
(Showing Draft Content)

C1.C1Preview.Utils.IsColorBlack

IsColorBlack Method

IsColorBlack(Color)

Tests whether specified color is black.

Declaration
public static bool IsColorBlack(Color color)
Public Shared Function IsColorBlack(color As Color) As Boolean
Parameters
Type Name Description
Color color

The color to test.

Returns
Type Description
bool

true if the specified color is black, false otherwise.