[]
Tests whether specified color is black.
public static bool IsColorBlack(Color color)
Public Shared Function IsColorBlack(color As Color) As Boolean
| Type | Name | Description |
|---|---|---|
| Color | color | The color to test. |
| Type | Description |
|---|---|
| bool | true if the specified color is black, false otherwise. |