<< Click here to display Table of Contents >> Navigation: Programming Reference > Common Fred and Ted Objects > FrConf Object:
Description
Returns the value of the Fred preference Page background on the Colors tab.
Syntax
iColor = FredApp.GetConf.BackColor
Remarks
Color is returned as long integer, where the RGB components are calculated as:
R + 256*G + 65536 * B