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

type TRGBTriple = record

  Red: Word;

  Green: Word;

  Blue: Word;

  Alpha: Word;

  

Alpha support has not really been implemented in fpGUI yet.

end;

Description

A record structure holding the RGBA values of a color. This is now marked as "deprecated". Please use TFPColor instead.


Documentation generated on: 2012-01-26