Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Utils Class / IsColorBlack Method
The color to test.

In This Topic
    IsColorBlack Method
    In This Topic
    Tests whether specified color is black.
    Syntax
    'Declaration
     
    Public Shared Function IsColorBlack( _
       ByVal color As Color _
    ) As Boolean
    public static bool IsColorBlack( 
       Color color
    )

    Parameters

    color
    The color to test.

    Return Value

    true if the specified color is black, false otherwise.
    See Also