SetFillColor
Description
Sets the fill color for any subsequently drawn graphics. The values for Red, Green and Blue range from 0 to 1, where 0 indicates 0% and 1 indicates 100% of the color.
Syntax
Delphi
function TQuickPDF0813.SetFillColor(Red, Green, Blue: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFillColor(Red As Double, Green As Double,
Blue As Double) As Long
DLL
int QuickPDFSetFillColor(int InstanceID, double Red, double Green, double Blue)
Parameters
| Red | The red component of the color |
| Green | The green component of the color |
| Blue | The blue component of the color |