SetLineColorSepA
Vector graphics, Color
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetLineColorSep and string arguments are interpreted using the current SetAnsiMode code page
Sets the outline color of subsequently drawn graphics. Similar to the SetFillColor function, but a tint of a separation color added with the AddSeparationColor function is used.
Syntax
Delphi
Function DLSetLineColorSepA(InstanceID: Integer; ColorName: PAnsiChar; Tint: Double): Integer;
DLL
int DLSetLineColorSepA(int InstanceID, const char * ColorName, double Tint);
Parameters
| 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. |
Return values
| 0 | The separation color name could not be found |
|---|---|
| 1 | The line color was set successfully |