[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 46

type TFPColor = record

  Red: Word;

  Green: Word;

  Blue: Word;

  Alpha: Word;

end;

Description

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


Documentation generated on: 2010-08-30