PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / Utils Class / IsColorWhite Method
The color to test.

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

    Parameters

    color
    The color to test.

    Return Value

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