ColorSetting

カラーマネジメント

プロパティ(parentとその逆)

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
accurateLABSpots 真偽値特色に標準Lab値を使用
[12][13][14][15]
[16][17][18][19]
cmsSettings 文字列値The current color management system settings configuration. Note: For information on possible values, see CMS settings list.
[12][13][14][15]
[16][17][18][19]
cmsSettingsList Array( 文字列値 )A list of valid color management system settings configurations.
[12][13][14][15]
[16][17][18][19]
cmsSettingsPath ファイルThe file path of the CSF file to use.
[12][13][14][15]
[16][17][18][19]
cmykPolicy ColorSettingsPolicy
ColorSettingsPolicy
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
COLOR_POLICY_OFF1129344870
CPof
Turns off color management for documents whose profiles do not match the working space.
[12][13][14][15]
[16][17][18][19]
COMBINATION_OF_PRESERVE_AND_SAFE_CMYK1129345124
CPpd
Preserves raw color numbers and ignores embedded color profiles.
[12][13][14][15]
[16][17][18][19]
CONVERT_TO_WORKING_SPACE1129346931
CPws
Converts newly opened documents to the current working space.
[12][13][14][15]
[16][17][18][19]
PRESERVE_EMBEDDED_PROFILES1129345136
CPpp
Preserves embedded color profiles in newly opened documents.
The policy for handling colors in a CMYK color model, including reading and embedding color profiles, resolving mismatches between embedded color profiles and the working space, and moving colors between documents.
[12][13][14][15]
[16][17][18][19]
enableColorManagement 真偽値If true, enables color management.
[12][13][14][15]
[16][17][18][19]
engine 文字列値The color management module (CMM) for mapping color space gamuts between documents.
[12][13][14][15]
[16][17][18][19]
engineList Array( 文字列値 )The available color engines.
[12][13][14][15]
[16][17][18][19]
idealizedBlackToExport 真偽値If true, uses idealized black for CMYK-to-RGB or CMYK-to-Gray conversions to print or export.
[12][13][14][15]
[16][17][18][19]
idealizedBlackToScreen 真偽値If true, uses idealized black for CMYK-to-RGB or CMYK-to-Gray conversions to the screen.
[12][13][14][15]
[16][17][18][19]
intent DefaultRenderingIntent
DefaultRenderingIntent
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
ABSOLUTE_COLORIMETRIC1380540771
RIac
Aims to maintain color accuracy at the expense of color relationshps and is suitable for proofing to simulate the output of a particular device.
[12][13][14][15]
[16][17][18][19]
PERCEPTUAL1380544611
RIpc
Aims to preserve the visual relationship between colors so they are perceived as natural to the human eye, even though the color values themselves may change.
[12][13][14][15]
[16][17][18][19]
RELATIVE_COLORIMETRIC1380545123
RIrc
Compares the extreme highlight of the source color space to that of the destination color space and shifts all colors accordingly.
[12][13][14][15]
[16][17][18][19]
SATURATION1380545377
RIsa
Tries to produce vivid colors in an image at the expense of color accuracy.
The default rendering intent.
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
mismatchAskWhenOpening 真偽値ファイルを開いた時にカラーの不一致ダイアログを表示させるかどうか
[12][13][14][15]
[16][17][18][19]
mismatchAskWhenPasting 真偽値If true, displays a prompt when importing an object (via pasting, drag-and-drop, or other similar methods) whose colors do not match the current working space. The prompt provides the option to override the default mismatch behavior.
[12][13][14][15]
[16][17][18][19]
missingAskWhenOpening 真偽値If true, displays a prompt when opening a file that does not have an embedded color profile. The prompt provides the option to assign a color profile.
[12][13][14][15]
[16][17][18][19]
properties Object
[12][13][14][15]
[16][17][18][19]
rgbPolicy ColorSettingsPolicy
ColorSettingsPolicy
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
COLOR_POLICY_OFF1129344870
CPof
Turns off color management for documents whose profiles do not match the working space.
[12][13][14][15]
[16][17][18][19]
COMBINATION_OF_PRESERVE_AND_SAFE_CMYK1129345124
CPpd
Preserves raw color numbers and ignores embedded color profiles.
[12][13][14][15]
[16][17][18][19]
CONVERT_TO_WORKING_SPACE1129346931
CPws
Converts newly opened documents to the current working space.
[12][13][14][15]
[16][17][18][19]
PRESERVE_EMBEDDED_PROFILES1129345136
CPpp
Preserves embedded color profiles in newly opened documents.
The policy for handling colors in an RGB color model, including reading and embedding color profiles, handling mismatches between embedded color profiles and the working space, and moving colors from one document to another.
[12][13][14][15]
[16][17][18][19]
useBPC 真偽値If true, uses black point compensation to ensure that shadow detail is preserved by simulating the full dynamic range of the output device.
[12][13][14][15]
[16][17][18][19]
workingSpaceCMYK 文字列値
[12][13][14][15]
[16][17][18][19]
workingSpaceCMYKList Array( 文字列値 )A list of valid CMYK color profiles.
[12][13][14][15]
[16][17][18][19]
workingSpaceRGB 文字列値
[12][13][14][15]
[16][17][18][19]
workingSpaceRGBList Array( 文字列値 )A list of valid RGB color profiles.

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( ColorSetting )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.