SetLineColorSep

גרפיקה וקטורית, צבע

תיאור

מגדיר את צבע המיתאר של הגרפיקה שתצויר לאחר מכן; דומה ל-SetFillColor אך משתמש בגוון של צבע separation שנוסף באמצעות הפונקציה AddSeparationColor

תחביר

Delphi

Function TPDFlib.SetLineColorSep(Const ColorName: WideString; Tint: Double): Integer;

ActiveX

Function PDFlib::SetLineColorSep(ColorName As String, Tint As Double) As Long

DLL

int DLSetLineColorSep(int InstanceID, const wchar_t * ColorName, double Tint);

פרמטרים

ColorNameThe name of the separation color that was used with the AddSeparationColor function
TintThe amount of color to use. 0 indicates no color (white), 1 indicates maximum color.

ערכי החזרה

0The separation color name could not be found
1The line color was set successfully