SDL_BLENDMODE_MOD

color modulate: dstRGB = srcRGB * dstRGB, dstA = dstA

extern (C) nothrow @nogc
enum SDL_BlendMode SDL_BLENDMODE_MOD;

Meta