Debenu Quick PDF logo

SetLineColorCMYK

Vector graphics, Color

Description

Sets the outline color of subsequently drawn graphics. Similar to the SetLineColor function, but the color components are specified in CMYK mode (Cyan, Magenta, Yellow and Black). 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 TDebenuPDFLibrary1811.SetLineColorCMYK(C, M, Y, K: Double): Integer;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::SetLineColorCMYK(C As Double, M As Double,
  Y As Double, K As Double) As Long

DLL

int DPLSetLineColorCMYK(int InstanceID, double C, double M, double Y, double K)

Parameters

C The cyan component of the color
M The magenta component of the color
Y The yellow component of the color
K The black component of the color

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport