The OpenD Programming Language

LOAD_ALPHA

Load the image and adds an alpha channel (opaque if not existing). This will preserve the color channels. The resulting image will have 2 or 4 channels. Can't be used with LOAD_NO_ALPHA flag.

nothrow @nogc @safe
enum LoadFlags LOAD_ALPHA;

Meta