CorelDRAW X5 :: Adding Custom Spot Color In Pallet?

Jul 28, 2011

Adding the PerfCutContour color swatch in CorelDRAW? Having trouble adding it, I keep getting an error saying that color already exist in the pallet....when it is not in the pallet.

Using VersaWorks and CorelDRAW X5

View 2 Replies


ADVERTISEMENT

CorelDRAW Graphics Suite 11 :: Assign Custom Spot Color To Shape Via VBA?

May 16, 2013

Is it possible to assign a custom spot color to a shape via VBA? The best I could come up with was something like the following (where "sh" represents a shape):

sh.Outline.Color.FixedAssign cdrCustom, 1, 100

I'm under the impression that cdrCustom is supposed to represent the user's custom spot color palette, but this doesn't seem to work.

Furthermore, I can manually assign a custom spot color to an object and then retrieve the PaletteID and PaletteIndex of that color using VBA.  For example:

Debug.Print ActiveSelection.Shapes(1)..Outline.Color.PaletteID

Debug.Print ActiveSelection.Shapes(1)..Outline.Color.PaletteIndex

The PaletteID that returns is 0 (cdrCustom), and the PaletteIndex returned does correspond with its order in my custom spot color palette.  In fact, I can also retrieve the Color.Name and it will correctly identify the custom spot color's name.

For the life of me, I just can't seem to assign these colors using VBA.  Is it just that the VBA in CorelDRAW 11 is too immature?

View 1 Replies View Related

Illustrator Scripting :: Adding Custom Spot Colors

Dec 2, 2013

I am trying to create a script that adds custom spot colours to the swatch pallet. I've manage to put together something that works (I've adapted an existing script), but the colours added are not spots, just CMYK colour swatches.Also, I need the script not to error if the swatch already exists.
 
//Add Custom Swatches
var docRef = app.activeDocument;
function cmykColor(c, m, y, k) {
     var newCMYK = new CMYKColor();
     newCMYK.cyan = c;
     newCMYK.magenta = m;
     newCMYK.yellow = y;
     newCMYK.black = k;
     return newCMYK;
[code]....

View 2 Replies View Related

CorelDRAW X6 :: Default Color Pallet

Nov 14, 2012

Is there a way that we can have the default color pallet to work like X3 where you hover over the color and it would say 80% Black? In X6 it give you the RGB coding instead and only shows you 80% Black when you have it fully open to show the color names. Is there a way that part can show up like X3?

View 3 Replies View Related

CorelDRAW X6 :: Color Pallet At The Bottom Of Page?

Jan 24, 2013

i accidentally removed the color pallette at the bottom of the page that has the colors from that specific document, how to get this pallette back

View 5 Replies View Related

CorelDRAW Graphics Suite X5 :: Color Bar Pallet And Buttons

Nov 22, 2011

How to make the colors in the color bar look right.  I do screen printing and use a lot of halftones (shades of the same color). 

In X5 for example, 40% black shows as solid black on the color bar as with any other percentage. Also, is there any way to have the buttons (side bar) look like the ones in X3?

View 1 Replies View Related

CorelDRAW X4 :: Corrupt Color Pallet When Opening Old Files?

Dec 20, 2011

We are facing a strange problem in Corel Draw X4 and X3.First Corel Draw X4 corrupted its color pallet so that all colors were shown completely wrong.After that I tried to instal Corel Draw X3 which seemed to work ok. After a while when opening some older files, Corel corrupts these files. After I have opened them they are completelty empty and the file size is something like 10kb.

View 11 Replies View Related

Illustrator Scripting :: Adding Spot Color Using JavaScript - TRY CATCH Not Working

Mar 6, 2014

I am trying to add spot color in illustrator using javascript, TRY CATCH is not woking, it is adding again and again same color value with name of "spot color 1" and "spot color 2" ... 
 
try {
var myDoc = app.activeDocument;
var spotName = "FINISHING";
var spot = myDoc.spots.add();
 
[Code] .......

View 1 Replies View Related

CorelDRAW X4 :: Printing Spot Color Seps With Color Name On Each Page

Dec 23, 2011

We print out spot color seps every day using CorelDraw X4. After we print out the plates, I have to cut down the vellum that we print on so that we do not have a bunch of extra blank vellum on the sheet.

We make use of the info that is printed on the lower left of every page where it states something like the following:

S:DirectoryWhereTheArtworkisLocatedfilename.cdr

Wednesday, December 23, 2011  8:00 AM

Plate: 1 of 3

After I cut down the sheet, I then have to hand write the name of the spot color onto the sheet of vellum in marker.

Is there any way at all, to make it so that CorelDraw would actually add the name of the spot color that is printed on each page to the information that is already being printed to the lower left? Ideally, it could be placed in the same area where it's already printing the plate information on the last line.

Could it read:

Plate: 1 of 3  Color: Pantone 375

View 6 Replies View Related

CorelDRAW X5 :: Spot Color Conversion

Oct 15, 2011

I've been using corel draw since version 4, and I love it. Now on x5 I cannot figure this out. I use eps files for printing large format with contour lines for cutting. My setup uses a spot color defined as "CutContour" for cutting. It seems x5 renames these colors or converts them to something else. I opened the same file in 12 and had to Reclick the same color for the cutter to see it and it worked fine. Any setting to change this?

View 2 Replies View Related

CorelDRAW X5 :: Outputting Spot Color?

Dec 22, 2011

Just installed x5 and the only thing is abouit outputting spot colors. I check the box to output seperations, uncheck all the colors I don't want to print - but I still get all the colors printed out, including my page color. I have made SURE that I have only checked the steps I want printed and still get all of the colors printed!

View 5 Replies View Related

CorelDRAW X6 :: Default Spot Color Palette?

May 23, 2012

I am trying to set up my CorelDraw x6 workspace so that the default spot color palette is set to Pantone solid coated.

I go to:Tools > Options (or Customization)  > Global > Color > set "Default spot color palette" to "PANTONE solid coated"

Unfortunately this seems to be ignored by x6.

Every time i want to change from a CMYK color to Pantone i must do the following:

1) select the objec

t2) double click the color chip adjacent to the Fill icon in the Status Bar

3) which brings up:
 
4) from here I select the Palettes tab (if it is not already selected)5) then select from the Palette drop down menu:SPOT > PANTONE > PANTONE+ > Solid Coated

This is a very clumsy and inefficient way to work as I must do this EVERY time I want to change from CMYK to Pantone.Is there any way to get x6 to operate correctly or is there something I am missing?

View 2 Replies View Related

CorelDRAW X5 :: Spot Color Anti-Aliasing

Jan 20, 2011

Here at work we have recently upgraded from CorelDRAW 12 to X5. While this has come with plenty of great benefits (able to open newer versions of AI files), it seems some things are still present (stability issues). I actually work on a Mac at home for my freelance stuff so maybe I'm just used to the reliability that comes with a Mac. I enjoy PCs too but with years of experience with both I'd be lying if I said PCs are on par with what Apple brings to the table. Especially when it comes to graphic design work.

So this brings me to the problem of spot color anti-aliasing in the enhanced view of X5. The first two pictures below show how CorelDRAW 12 handled spot colors. These are direct SCREENSHOTS that I cropped in Photoshop, not exports. And I did no extra editing.

There is basically no difference between how the Pantone colors display on screen and how the RGB colors display. Which is great and what you'd expect, right?

However, let us step into X5 for a minute with the exact same colors, using the exact same palette.

Obviously there is a difference here. For some reason X5 has decided to anti-alias the Pantone colors in some weird way so that I get a tiny white outline (no the shapes don't have outlines). And if you look closely at the smaller purple box at the bottom you will see that even when I use the exact same pantone color from the exact same palette but with one color named differently, I get the white outline. The smaller box's color within is named '276 CV' while the outer box's color is named 'PANTONE 276 CV'.

How does simply naming a color effect how it displays on screen? Seems like a bug/glitch to me.

I know what is trying to be done here but why take a step backwards from CorelDRAW 12. I have a hard time using CorelDRAW as it is but as a graphic designer I need to know how something is going to look on screen without this unnecessary anti-aliasing going on.

So my questions are:

1.) Why does this do this in X5 but not 12?
2.) How to maybe turn it off? (I know I can view it in Normal view mode and the colors are fine but then my text is screwed up).

View 14 Replies View Related

CorelDRAW X6 :: Exporting Graphic Saving Spot Color

Sep 24, 2013

I am using CorelDRAW X6.  I am trying to export a graphic that includes several spot colors.  The spot colors are from a library that a printer provided me.  It is in the same location as my pantone library, and summa spot color library.  

When I export as a pdf or eps to send to the printer it converts the spot color to rgb.  If I have a pantone color or summa color in the file they stay as a spot but this new spot library does not.  If I have these spot colors in a gradient they will stay as spot colors.

When exporting I have the color management checked to use document color settings, output colors as Native, and I have embed the color profile.

View 6 Replies View Related

CorelDRAW X6 :: Shortcut For Spot Color To Selected Element

Mar 26, 2012

I have been looking for a command to define a shortcut for the spot color to the selected element.  But i could not figure out.  How to covert the selected element into spot color here in x6.

View 14 Replies View Related

CorelDRAW Graphics Suite X6 :: Bar In Spot Color Property Box

Nov 14, 2013

What the "Bar" in spot color property box means?

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: Spot Color Name Wrong In PDF Export?

Sep 13, 2013

i create a spot color (lab color management) when i create the pdf the spot color haven't the name setting in CorelDraw. If i export eps it's works greats! i don't convert spot in cmyk i want spot color in lab! i use onyx production house and it want spot color lab to renoze cutcontour or spot color as white ink.

View 3 Replies View Related

CorelDRAW X5 :: Adding Or Editing Colours In Default Or CMYK Custom Palettes?

Aug 23, 2010

I'm using Corel Draw X5 and I can't figure out how to add or edit colours in the CMYK (default) Custom Colour Palette.  In X3 and earlier versions it was quite easy to add new colours and edit existing ones.  I would also like to know how to move the order of the colours in the palette so that I can put one a custom colour near the top.

FYI I would like make these changes to the master / global CMYK palette, not just the one for a specific document palette.

View 7 Replies View Related

Paint.NET :: Getting Photo's Right Size For Adding To Layers Pallet

Nov 4, 2013

Adding layers to a chosen background I find that the pictures I have chosen to add, whilst looking ok in My Pictures are way to small in the layers pallet, If I try to enlarge them to fit they just go out of focus and pixelate?. something tells me they should all be the same file size how can I convert them, and is this the answer?.

View 4 Replies View Related

CorelDRAW Graphics Suite X6 :: Latest Update - Custom Color Resets To Default Color

Sep 2, 2013

I'm having a major issue here, I use custom colors (created in my custom palette), X^ used to hold it very nicely, even in PDF exports etc.

Now - with the latest update, X6 "forgets" the custom colors, it resets it to default color, I have to manually set every object to the custom color all over again.

View 14 Replies View Related

CorelDRAW Graphics Suite X5 :: Why Change CMYK Values When Converting To Spot Color In Chart

Apr 15, 2013

why change the CMYK values ​​of a color when converting to spot color in a color chart

xmp C 0 M 90 Y 100 K 0

to    C0 M 87 Y 89 K 0

View 1 Replies View Related

CorelDRAW X6 :: X3 Custom Color Tab Names Not Transferring

Nov 14, 2012

In CorelDraw X3 we had named our custom color tabs for easy cross checking before processing the files. When we bring these files in to X6 it is not holding the same file name that we put in place on X3. This information shows up in the bottom right had corner of your Coreldraw page.

How the custom naming looks in X3

How the custom naming looks in X6 

We need the file to tell us the Dates#1 DD1111 as all the information. We have thousands of x3 file that this will affect for checking purposes.

View 2 Replies View Related

CorelDRAW X6 :: Creating Custom Color Palette

Apr 24, 2013

I am having trouble creating a custom palette in Draw X6. I am trying to import (or create) a palette of a range of threads I use. There are around 300 swatches to create. I had this palette in Illustrator that I created from a CSV file using a script. It is in RGB colors. I need to have the swatch and thread number in the palette.

First, is there a way to convert a csv/xls/txt file into an palette xml file to make the palette automatically as I did in Illustrator?

Second, doing it manually is giving me trouble. I am following the below directions from the manual:

To create a custom color palette from scratch

1. Click Window Dockers Color palette manager.
2. Click the Creates a new empty color palette button.
3. Type a file name in the File name box.
4. Click Save.
5. In the Color palette manager, choose the custom palette that you created.
6. Click the Opens the Palette editor button.
7. In the Palette editor dialog box, click Add color.
8. In the Select color dialog box, choose a color, and click Add to palette.

I've gotten to  Step 7, but there's where everything goes badly, When I add a color, the Select Color box comes up, and I choose the Models tab and choose an RGB. All my thread colors are in RGB. I can then input the RGB values in the cvs table, however, when I try to name the color with the thread color number (say "2005 - Petal Yellow"), it changes the RGB values to something else and changes the color in the preview box. It's like there is no way to give the color my own custom name. If I just bypass the naming and try to Add To Palette, it either tells me the  color is already in the palette or I can't add any more because I've reached the maximum allowable entries....in a blank new palette file? Any color I choose from any of the pickers, or anything I enter in the value boxes just ends up with an error message.

I've checked the xml file of the new, supposedly blank, palette, and there are no colors or code, so what am I missing? Why can't I just input the color RGB values, name it, and add it? I can use the color picker to add colors to the palette, and after saving, that does show up in the xml file, but I don't have a document of color swatches, only a CSV. There's got to be a better way then making all the swatches in Draw, and also using the color picker on each one to make the palette.

View 10 Replies View Related

CorelDRAW Graphics Suite X4 :: Adding Color To Black Image

May 23, 2012

I copied an Image off the web and am trying to ungroup it and change the the Black images to color...

View 5 Replies View Related

Photoshop :: Color Pallet

May 13, 2007

I'm using Photoshop 7.0 and somehow managed to move the "movement bar" at the top of the color pallet off of the visible screen. I also moved to "okay" button off. By the "color pallet," I mean the box that comes up when I click on the currently active color to try and change it. How do I move the box back on screen? I've tried changing the resolution on my computer, but no dice.

View 1 Replies View Related

Photoshop :: How To Alter Color Pallet

Aug 5, 2013

I’ve noticed a trend in photos altered to be used as wall art. You can see an example here 

[URL].......

or here

[URL]...........

I would like to know what techniques I could try to get similar color pallets. Or if I found a color pallet that is interest me how can I adjust the colors in my photographs to match the color pallet?

View 1 Replies View Related

Photoshop :: Color Pallet Not Available - Upgraded To CS6

Feb 11, 2013

I have PS-CS6 i need to send clients channel separated file saved as DCS files - they have CS4 and CS5 - when the try to open these files - message reads ( COLOR PALETTE NOT AVAILABLE ) and it won't let them open the files - I did the same thing in the same way while using CS3 - 4 and 5 and those worked fine - Just when i updated to 6 -

View 3 Replies View Related

Photoshop :: Color Restriction By Pallet

May 29, 2009

I'm working on an image file that needs to be constrained by a colour pallet.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Adding Color To Imported Scan Of Line Drawing

Dec 16, 2012

How can I make an imported scan of a line drawing "transparent" and add color fills to various sections, using the freehand tool ? I have done this many times with an older version of CorelDraw,  but in CorelDraw- x5  the

imported scan includes a white background (even when I select NO FILL),  so that my freehand tool selections are either on top of, or hidden behind the white background.

View 1 Replies View Related

Paint Shop Pro :: Where Is NO COLOR In X4 Materials Pallet

Sep 1, 2012

Coming from Pspx2 into Pspx4 this week. Applied a text title to a border on an image yesterday. Accustomed to having just a background colour for plain text. Went to click off the foreground colour and could not find a choice for NO COLOUR in the foreground Also No text box.....what happened to the text box?

What is the procedure for plain text with a single colour now in Pspx4

View 4 Replies View Related

Photoshop Elements :: How To Change The Color Pallet

Nov 12, 2012

How do I change the color pallet?  I keep trying, but the foreground and background colors will only stick on B&W. I also need to know how to change an image to have a transparant background.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved