PSSetFillColor()

Syntax

Function PSSetFillColor(FillColor: Integer)
TPageScript:SetFillColor(FillColor: Integer)

Returns

The old value.

Description

Use PSSetFillColor() to set the default fill color future calls to any PS function that use the fill attributes, like PSFrame() and PSEllipse() and APS_DEFAULT is passed instead of a fill color.

Arguments

FillColor Fill color to set. May be a predefined PageScript 32 color or a RGB color.