BMP_SAVE_LEGACY_FORMAT


Description:

[ Version ( since = "2.0.5" ) ]
[ CCode ( cname = "SDL_HINT_BMP_SAVE_LEGACY_FORMAT" ) ]
public const string BMP_SAVE_LEGACY_FORMAT

A hint that specifies whether SDL should not use version 4 of the bitmap header when saving BMPs. Version 4 includes alpha support.

The variable can be set to the following values:

  • "0" - version 4 of the bitmap header will be used when saving BMPs
  • "1" - version 4 of the bitmap header will not be used when saving BMPs

By default SDL will use version 4 of the bitmap header when saving BMPs.


Namespace: SDL.Hint
Package: sdl2