Alias PixelFormat.rgbx8888

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

class PixelFormat
{
  // ...
  alias rgbx8888 = _multiton!SDL_PIXELFORMAT_RGBX8888;
  // ...
}