Translation:Mixed Ink Group
From IDMLWiki
Contents |
混合インキグループ
混合インキグループは、プロセスカラーまたは特色の混合を、パーセントの増分によって複数の掛け合わせパターンを作ります。例えば、ある特色と黒に5段階の濃淡(10%、20%、30%、40%、50%)を設定すると、5つのスウォッチを含む混合インキグループを生成します。
混合インキグループで作成された混合インキは単独の混合インキと同じですが、BaseColor属性の値が違い、混合インキグループのユニークなIDを参照しています。(単独の混合インキは「n」)
スキーマの例62 MixedInkGroup
MixedInkGroup_Object = element MixedInkGroup{
attribute Self { xsd:string },
attribute Model { ColorModel_EnumValue }?,
attribute InkList{ list { xsd:string * } }?,
attribute InkNameList{ list { xsd:string * } }?,
attribute MixedInkSpotColorNameList{ list { xsd:string * } }?,
attribute MixedInkSpotColorList{ list { xsd:string * } }?,
attribute Name { xsd:string },
attribute ColorEditable{ xsd:boolean }?,
attribute ColorRemovable{ xsd:boolean }?,
attribute Visible { xsd:boolean }?,
attribute SwatchCreatorID{ xsd:int }?,
element Properties {element Label { element KeyValuePair{ KeyValuePair_TypeDef }*
}?
}?}
<Swatch>エレメントと共通の属性以外に、下記のものがあります。
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| InkList | string(スペース区切りのインキ参照リスト) | ○ | 構成するインキ。ユニークなIDで指定(Self属性の値) |
| InkNameList | string(スペース区切りのインキ名リスト) | 構成するインキの名前 | |
| MixedInkSpotColorList | string(スペース区切りの特色の参照リスト) | 使用する特色。ユニークなIDで指定(Self属性の値) | |
| MixedInkSpotColorNameList | string(スペース区切りの特色リスト) | 使用する特色の名前 | |
| Model | ColorModel_EnumValue | カラーモデル。Mixedinkmodel |
IDMLの例59 MixedInkGroup
<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"/>

