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