The OpenD Programming Language

LOAD_NO_ALPHA

Load the image and drops an eventual alpha channel, if it exists. The resulting image will have 1 or 3 channels. Can't be used with LOAD_ALPHA flag.

nothrow @nogc @safe
enum LoadFlags LOAD_NO_ALPHA;

Meta