Unit 'qoicomn' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl-image]

TQoiPixel

Declaration

Source position: qoicomn.pas line 34

type TQoiPixel = packed record

  r: Byte;

  g: Byte;

  b: Byte;

  a: Byte;

end;


Documentation generated on: 2025-07-25