Unit 'sdl_gfx' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TColorRGBA

Declaration

Source position: sdl_gfx.pas line 85

type TColorRGBA = packed record

  r: UInt8;

  g: UInt8;

  b: UInt8;

  a: UInt8;

end;


Documentation generated on: 2025-07-25