Variable BlendMode.none

Preexisting built-in dsdl2.BlendModes from SDL_BLENDMODE_* enumeration constants

struct BlendMode
{
  // ...
  immutable(BlendMode) none = BlendMode(0u);
  // ...
}