Whether is white color.
public static System.bool IsWhite(
System.Windows.Media.Color
)
'Declaration
Public Shared Function IsWhite( _
ByVal As System.Windows.Media.Color _
) As System.Boolean
Parameters
- clr
- A drawing (media) color.
Return Value
true is the color is white, otherwise false.