PBoardColor

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:10

Description

Returns the value of the Fred preference Custom pasteboard color on the Colors tab.

Syntax

bStatus = FredApp.GetConf.PBoardColor

Remarks

Color is returned as long integer, where the RGB components are calculated as:

R + 256*G + 65536 * B

See also

PBoardCustom