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

TSDL_Color

Declaration

Source position: libsdl2.pas line 573

type TSDL_Color = record

  r: UInt8;

  

  g: UInt8;

  

  b: UInt8;

  

  a: UInt8;

  

end;



CT Web help

CodeTyphon Studio