Image.isInvisible

Returns true if all the image's pixels have an alpha value of 0. Returns false if any pixel has an alpha value higher than 0.

struct Image
@nogc nothrow const
bool
isInvisible
()

Meta