tintValue
書式
tintObject
.tintValue
説明
tintオブジェクトの濃淡の値を示します。35%なら35の数値になります。
var t=app.activeDocument.tints; alert(t[0].tintValue);
目次に戻る