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

type TRGBTriple = record

  Red: Word;

  

  Green: Word;

  

  Blue: Word;

  

  Alpha: Word;

  

Alpha support has not really been implemented in fpGUI yet.

end;

Description

This is now marked as "deprecated". Please use TFPColor instead.


Documentation generated on: 2010-08-30