Checks if the colour is completely transparent (with the alpha channel equals to 0).
assert(!new Color(0, 0, 0, 1).transparent); assert(Colors.TRANSPARENT.transparent);
See Implementation
Checks if the colour is completely transparent (with the alpha channel equals to 0).