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

TFPColor

A record structure holding the RGBA values of a color.

Declaration

Source position: fpg_base.pas line 47

type TFPColor = record

  Red: Word;

  Green: Word;

  Blue: Word;

  Alpha: Word;

end;

Description

This is the same declaration as the one found in FPImage (included with the Free Pascal Compiler). In future when FPImage is integrated with fpGUI, this declaration will be removed.


Documentation generated on: 2012-01-26