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

SDL_PIXELFORMAT_UYVY

Declaration

Source position: libsdl2.pas line 562

const SDL_PIXELFORMAT_UYVY = Integer('U') or Integer('Y') shl 8 or Integer('V') shl 16 or Integer('Y') shl 24;



CT Web help

CodeTyphon Studio