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);
פרמטרים
| ColorName | The name of the separation color that was used with the AddSeparationColor function |
|---|---|
| Tint | The amount of color to use. 0 indicates no color (white), 1 indicates maximum color. |
ערכי החזרה
| 0 | The separation color name could not be found |
|---|---|
| 1 | The line color was set successfully |