density
書式
InkInfoObject
.density
説明
インクの密度を示します。最小値は0.0になります。
var ink=app.activeDocument.inkList[0].inkInfo; alert(ink.density);
目次に戻る