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