intent

書式

PrintFontOptionsObject.intent

説明

カラーのマッチング方法を示します。以下の値になります。

内容
PrintColorIntent.ABSOLUTECOLORIMETRIC知覚的
PrintColorIntent.PERCEPTUALINTENTカスタム
PrintColorIntent.RELATIVECOLORIMETRIC相対的な色域を維持
PrintColorIntent.SATURATIONINTENT彩度
var opt=new PrintColorManagementOptions();
alert(opt.intent);

目次に戻る