前のページ
Navigation
次のページ
Class gradient color info: A Gradient color specification
グラデーションカラー仕様。
複数形
エレメント

プロパティ
origin fixed point   the gradient vector origin
グラデーション・ベクトル起源。
angle real   the gradient vector angle
グラデーション・ベクトル角度。
length real   the gradient vector length
グラデーション・ベクトル長。
hilite angle real   the gradient hilite vector angle
グラデーションハイライトベクトル角度。
hilite length real   the gradient hilite vector length
グラデーションハイライトベクトル長。
matrix matrix   additional transformation arising from manipulating the path
パスを操ることから起こっている追加の変換。
gradient reference   reference to the object defining the gradient
グラデーションを定義しているオブジェクトの参照。
サンプルスクリプト
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