![]() |
#1
|
|||
|
|||
![]()
Hi,
I just want to find out how to obtain the paletteindex of the pantone colours I am using so that a can assign colours to the feature in VBA. For instance: I want the index number for Pantone 367 C from the Pantone solid coated but I wouldn't have a clue what the paletteindex is and if I use 367 like below, I end up with Pantone 2995 C. s.Outline.Color.FixedAssign cdrPANTONECoated,367, 100 Can you please tell me how I can find the index values? Thanks in advance. |
#2
|
||||
|
||||
![]()
The easiest way it just to record the steps you do to fill or outline, the recorder will then give you the numbers you need.
Code:
s.Outline.Color.FixedAssign cdrPANTONECoated, 481, 100 Shelby |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CD X3 Macro Writing to Excel Spreadsheet | JudyHNM | Code Critique | 5 | 16-08-2007 09:57 |
Automatically generate colour index numbers from 8-bit palet | Jast | New product ideas | 3 | 07-07-2005 13:02 |
Palette (or Colors array) property in VBA class in CDR12 | zlatev | CorelDRAW/Corel DESIGNER VBA | 7 | 22-02-2005 11:28 |
How to set palette as default palette with VBA ? | hmalme | CorelDRAW/Corel DESIGNER VBA | 1 | 22-12-2004 13:26 |
replacing duotone bitmap | please_reboot | CorelDRAW/Corel DESIGNER VBA | 4 | 18-04-2004 22:30 |