[]
        
(Showing Draft Content)

C1.C1Preview.Utils.IsColorWhite

IsColorWhite Method

IsColorWhite(Color)

Tests whether specified color is white.

Declaration
public static bool IsColorWhite(Color color)
Public Shared Function IsColorWhite(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 white, false otherwise.