SetFillColorTColor
Vector graphics, Color
Description
Sets the current fill color from a Delphi TColor value
Syntax
Delphi
Function TPDFlib.SetFillColorTColor(Color: TColor): Integer;
Parameters
| Color | The Delphi TColor value to convert to PDF RGB fill color |
|---|
Return values
| 1 | The fill color was updated |
|---|