[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TRGBTriple

A record structure holding the RGBA values of a color

Declaration

Source position: fpg_base.pas line 46

type TRGBTriple = packed record

  Red: Byte;

  Green: Byte;

  Blue: Byte;

  Alpha: Byte;

  

Alpha support has not really been implemented in fpGUI yet.

end;

Description

A record structure holding the RGBA values of a color.


Documentation generated on: 2015-04-04