Tao.Sdl SDK Documentation

Sdl.SDL_LOGPAL Field

Flag for SDL_SetPalette() which represents a logical palette, which controls how blits are mapped to/from the surface.

[Visual Basic]
Public Const SDL_LOGPAL As Byte = 1
[C#]
public const byte SDL_LOGPAL = 1;

See Also

Sdl Class | Tao.Sdl Namespace