前のページ
Navigation
次のページ
Class gray color info: A gray color specification
灰色のカラー仕様。
複数形
エレメント

プロパティ
gray value real   the gray value (between 0.0 and 100.0)
グレー値(0.0と100.0の間で)。
サンプルスクリプト
property obj : {}
property pr : {}
tell application "Adobe Illustrator 9.0.2"

make new document
set obj to obj & {entire path:{{anchor:{0, 760.0}, left direction:{0, 780.0}, right direction:{0, 500}, point type:corner} ツ
, {anchor:{-94.0, 505.0}, left direction:{-94.0, 505.0}, right direction:{-94.0, 505.0}, point type:corner}}}
set obj to obj & {entire path:pr}
set obj to obj & {width:100} --
set obj to obj & {opacity:50.0}
set obj to obj & {position:{0, 500}}
set obj to obj & {closed:true}
set obj to obj & {filled:true}
set obj to obj & {fill color:{gray value:10}}
make new path item of layer 1 of document 1 with properties obj


end tell
クラスマップ


用語集目次
Adobe_Illustrator_9.0目次
ApppleScriptリンク
修正日 2001.5.31