[]
Tests whether the specified color is invisible (i.e. equals Empty or Transparent).
public static bool IsColorEmpty(Color color)
Type | Name | Description |
---|---|---|
Color | color | The color to test. |
Type | Description |
---|---|
bool | true if the specified color is invisible, false otherwise. |