SetFillGray
Vector graphics, Color
Description
Sets the current fill color with the PDF gray color operator
Syntax
Delphi
Function TPDFlib.SetFillGray(Gray: Double): Integer;
Parameters
| Gray | A value from 0 to 1, clamped before writing |
|---|
Return values
| 1 | The fill color was updated |
|---|