Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TTSDL_CreateRGBSurface

Declaration

Source position: libsdl2.pas line 953

type TTSDL_CreateRGBSurface = function(

  flags: UInt32;

  width: SInt32;

  height: SInt32;

  depth: SInt32;

  Rmask: UInt32;

  Gmask: UInt32;

  Bmask: UInt32;

  Amask: UInt32

):PSDL_Surface;



CT Web help

CodeTyphon Studio