Translation:Mixed Ink Group

From IDMLWiki

Jump to: navigation, search

Contents

混合インキグループ

混合インキグループは、プロセスカラーまたは特色の混合を、パーセントの増分によって複数の掛け合わせパターンを作ります。例えば、ある特色と黒に5段階の濃淡(10%、20%、30%、40%、50%)を設定すると、5つのスウォッチを含む混合インキグループを生成します。

混合インキグループで作成された混合インキは単独の混合インキと同じですが、BaseColor属性の値が違い、混合インキグループのユニークなIDを参照しています。(単独の混合インキは「n」)

スキーマの例62 MixedInkGroup
  1. MixedInkGroup_Object = element MixedInkGroup{ 
  2.   attribute Self { xsd:string },
  3.   attribute Model { ColorModel_EnumValue }?,
  4.   attribute InkList{  list { xsd:string * } }?,
  5.   attribute InkNameList{  list { xsd:string * } }?,
  6.   attribute MixedInkSpotColorNameList{  list { xsd:string * } }?,
  7.   attribute MixedInkSpotColorList{  list { xsd:string * } }?,
  8.   attribute Name { xsd:string },
  9.   attribute ColorEditable{  xsd:boolean }?,
  10.   attribute ColorRemovable{  xsd:boolean }?,
  11.   attribute Visible { xsd:boolean }?,
  12.   attribute SwatchCreatorID{  xsd:int }?,
  13.   element Properties {
  14.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  15.     }?
  16.   }
  17.   ?
  18. }

<Swatch>エレメントと共通の属性以外に、下記のものがあります。

表68 属性としてのMixedInkGroup
名前 必須 説明
InkList string(スペース区切りのインキ参照リスト) 構成するインキ。ユニークなIDで指定(Self属性の値)
InkNameList string(スペース区切りのインキ名リスト) 構成するインキの名前
MixedInkSpotColorList string(スペース区切りの特色の参照リスト) 使用する特色。ユニークなIDで指定(Self属性の値)
MixedInkSpotColorNameList string(スペース区切りの特色リスト) 使用する特色の名前
Model ColorModel_EnumValue カラーモデル。Mixedinkmodel
IDMLの例59 MixedInkGroup
  1. <MixedInkGroup Self="MixedInkGroup\ cExampleMixedInkGroup" Model="Mixedinkmodel" InkList=" Ink\kProcess% 20Black Ink\cPANTONE% 20274%20C" InkNameList="$ ID/Process%20 Black PANTONE%20274%20C" MixedInkSpotColorNameList=" PANTONE%20274%20C" MixedInkSpotColorList=" Color\cPANTONE% 20274%20C" Name="ExampleMixedInkGroup" ColorEditable=" true" ColorRemovable=" true" Visible="true" SwatchCreatorID=" 7937"/>
図49 混合インキグループ

Image:Fig049.png

Personal tools