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