Translation:Mixed Ink
From IDMLWiki
Contents |
混合インキ
混合インキはインキを混ぜ合わせたスウォッチです。最大16の特色、または1つの特色と1つ以上のプロセスインキを混ぜることができます。混合インキについての詳細は、InDesignのドキュメントを参照してください。
スキーマの例61 MixedInk
MixedInk_Object = element MixedInk{
attribute Self { xsd:string },
attribute Model { ColorModel_EnumValue }?,
attribute Space { ColorSpace_EnumValue }?,
attribute InkList{ list { xsd:string * } }?,
attribute InkPercentages{ list { xsd:double * } }?,
attribute BaseColor{ 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>エレメントと共通の属性以外に、下記のものがあります。
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| BaseColor | string | ○ | ベースとなる混合インキグループ。単独の混合インキの場合はn |
| InkList | string(スペース区切りのインキ参照リスト) | ○ | 構成するインキ。ユニークなIDで指定(Self属性の値) |
| InkNameList | string(スペース区切りのインキ名リスト) | 構成するインキの名前 | |
| InkPercentages | doubles(スペース区切りのリスト) | インクの濃淡パーセントの配列(InkList属性と同じ順序で)Note:インキごとに指定すること | |
| MixedInkSpotColorList | string(スペース区切りの特色の参照リスト) | 使用する特色。ユニークなIDで指定(Self属性の値) | |
| MixedInkSpotColorNameList | string(スペース区切りの特色リスト) | 使用する特色の名前 | |
| Model | ColorModel_EnumValue | カラーモデル。Mixedinkmodel | |
| Space | ColorSpace_EnumValue | カラースペース。MixedInk |
下記の例は、1つの特色(Pantone 274C)と1つのプロセスインキ(黒)の混合インキです。
IDMLの例58 MixedInk
<MixedInk Self="MixedInk\ cExampleMixedInk" Model="Mixedinkmodel" Space="MixedInk" InkList=" Ink\kProcess% 20Black Ink\cPANTONE% 20274%20C" InkPercentages=" 20 60" BaseColor=" n" InkNameList="$ ID/Process%20Black PANTONE%20274%20C" MixedInkSpotColorNameList=" PANTONE%20274%20C" MixedInkSpotColorList=" Color\cPANTONE% 20274%20C" Name="ExampleMixedInk" ColorEditable=" true" ColorRemovable=" true" Visible="true" SwatchCreatorID=" 7937"/>

