C# How do you create and use a spot color

Hi all

I'm able to create CMYK colors by the following code

Color colorName = application.CreateCMYKColor(093950);

But I need to create a spot color with a specific name to use as an cutline for our cutter. The color is not important, but I need to give it a specific name "cut"
I see the application.CreateSpotColor method, but I cant figure out how to use it.

Any suggestions?

Thanks

Parents
No Data
Reply
  • If you go to Window \ Dockers \ Color Palette Manager. In the Docker open Palette Libraries \ Spot \ Roland \ Roland Versaworks. There are 4 colors in the palette. One is named CutContour. This is a custom spot color used to define a cutline. For Roland devices, the RIP interprets this and uses it as a cutline.

Children