hexValue
書式
RGBColor.
hexValue
説明
RGBColorオブジェクトのRGBの値(0.0〜255)を16進数文字列(英大文字)で示します。赤であればFF0000、青なら0000FFになります。
var color=app.foregroundColor; alert(color.rgb.hexValue);
目次に戻る