Function 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.
bool isInvisible() nothrow @nogc const;
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.
bool isInvisible() nothrow @nogc const;