Alias PixelFormat.bgrx8888

Retrieves one of the dsdl2.PixelFormat multiton presets from SDL_PIXELFORMAT_* enumeration constants

class PixelFormat
{
  // ...
  alias bgrx8888 = _multiton!SDL_PIXELFORMAT_BGRX8888;
  // ...
}