Translation:Mixed Ink

From IDMLWiki

Jump to: navigation, search

Contents

混合インキ

混合インキはインキを混ぜ合わせたスウォッチです。最大16の特色、または1つの特色と1つ以上のプロセスインキを混ぜることができます。混合インキについての詳細は、InDesignのドキュメントを参照してください。

スキーマの例61 MixedInk
  1. MixedInk_Object = element MixedInk{ 
  2.   attribute Self { xsd:string },
  3.   attribute Model { ColorModel_EnumValue }?,
  4.   attribute Space { ColorSpace_EnumValue }?,
  5.   attribute InkList{  list { xsd:string * } }?,
  6.   attribute InkPercentages{  list { xsd:double * } }?,
  7.   attribute BaseColor{  xsd:string }?,
  8.   attribute InkNameList{  list { xsd:string * } }?,
  9.   attribute MixedInkSpotColorNameList{  list { xsd:string * } }?,
  10.   attribute MixedInkSpotColorList{  list { xsd:string * } }?,
  11.   attribute Name { xsd:string },
  12.   attribute ColorEditable{  xsd:boolean }?,
  13.   attribute ColorRemovable{  xsd:boolean }?,
  14.   attribute Visible { xsd:boolean }?,
  15.   attribute SwatchCreatorID{  xsd:int }?,
  16.   element Properties {
  17.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  18.     }?
  19.   }
  20.   ?
  21. }

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

表67 属性としてのMixedInkプロパティ
名前 必須 説明
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
  1. <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"/>
図48 混合インキ

Image:Fig048.png

Personal tools