In This Topic
Tests whether specified color is white.
Syntax
'Declaration
Public Shared Function IsColorWhite( _
ByVal As Color _
) As Boolean
public static bool IsColorWhite(
Color
)
Parameters
- color
- The color to test.
Return Value
true if the specified color is white, false otherwise.
See Also