Attribute | Description | Inputs |
DevChannels= | Number of layers or separated files that will be combined. | Positive Numbers |
MergeMode= | Color space used to apply color to each of the separation layers. | LAB, CMYK, SPECTRUM |
Attribute | Description | Inputs |
LayerName= | Number of layers or separated files that will be combined. | File Path e.g. C:\images\pattern.tif |
Parameter | Description | Inputs |
<Angle> | Controls the angle of the dots | Numbers with up to 2 decimals |
<Freq> | Dot Frequency, specified in lpi | Numbers |
<Shape> | The shape of the individual dots | 0=Dot 1=Cosine Dot 2=Ellipse 3=Line 4=Eucl. Dot 5=Ellipse 60/40 6=Ellipse 66/33 7=Ellipse 70/30 8=Ellipse 80/20
|
<AmplitudeNoise> | Controls the amount of amplitude noise applied to the raster | Numbers with up to 2 decimals
|
<PixelNoise> | Controls the amount of pixel noise applied to the raster | Numbers with up to 2 decimals |
Parameter | Description | Inputs |
<Point X=”” Y=””> | Sets the coordinates for individual points in the Dot Gain curve | Numbers with up to 3 decimals. |
<HotFile>
<Image ImportFilter="ColorCombine">
<!--Designates that files are imported as ColorCombine-->
<Scale Mode="WIDTH" Value="100"/>
<Rotate Mode="NONE"/>
<ColorCombine MergeMode="CMYK" DevChannels="4">
<!--Main element for ColorCombine-->
<Layer LayerName="C:\images\ColorCombine\43208-1DklPink.tif">
<!--Path to the image file for this layer-->
<ColorInfo DefinedAs="CMYK">
<!--Colorspace for layer color-->
<Dev> 100 0 0 0</Dev>
<!--Value of layer color- (Depends on Colorspace)-->
</ColorInfo>
</Layer>
<Layer LayerName="C:\images\ColorCombine\43208-2Pink.tif">
<ColorInfo DefinedAs="CMYK">
<Dev> 0 100 0 0 </Dev>
</ColorInfo>
<RasterInfo>
<Angle>15.00</Angle>
<Freq>5.00</Freq>
<Shape>0</Shape>
<Curve>
<!--This element sets the dotgain curve, same as setting a custom -->
<!--Dotgain curve in ColorCombine/Halftone Screening-->
<Point X="0.000" Y="0.000"/>
<Point X="0.499" Y="0.000"/>
<Point X="0.501" Y="1.000"/>
<Point X="1.000" Y="1.000"/>
</Curve>
</RasterInfo>
</Layer>
<Layer LayerName="C:\images\ColorCombine\43208-3HlPink.tif">
<ColorInfo DefinedAs="CMYK">
<Dev> 0 0 100 0 </Dev>
</ColorInfo>
</Layer>
<Layer LayerName="C:\images\ColorCombine\43208-4HlRosa.tif">
<ColorInfo DefinedAs="CMYK">
<Dev> 0 50 50 0 </Dev>
</ColorInfo>
</Layer>
<Layer LayerName="C:\images\ColorCombine\43208-5Ecru.tif">
<ColorInfo DefinedAs="CMYK">
<Dev> 50 50 0 0 </Dev>
</ColorInfo>
</Layer>
</ColorCombine>
</Image>
</HotFile> |