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