SetFillColorCMYK

Vector graphics, Color

Description

Sets the fill color of subsequently drawn graphics. Similar to the SetFillColor function, but allows a color in the CMYK color space to be used. The values of the color parameters range from 0 to 1, with 0 indicating 0% and 1 indicating 100% of the color.

Syntax

Delphi

function TPDFlib.SetFillColorCMYK(C, M, Y, K: Double): Integer;

ActiveX

Function PDFlib::SetFillColorCMYK(C As Double, M As Double, Y As Double, K As Double) As Long

DLL

int DLSetFillColorCMYK(int InstanceID, double C, double M, double Y, double K);

Parameters

CThe cyan component of the color
MThe magenta component of the color
YThe yellow component of the color
KThe black component of the color