ColorTools[GraySpread] - 等間隔のグレーの色調を作成
|
使い方
|
|
GraySpread(color, number, step)
|
|
パラメータ
|
|
color
|
-
|
ColorTools で使用できる色形式
|
number
|
-
|
正の整数。出力する色の数 (デフォルトは 5)。
|
step
|
-
|
1 より小さい正の数。隣接する色との色調の差 (デフォルトは 1/(number+1))。
|
|
|
|
|
説明
|
|
•
|
コマンド GraySpread は等間隔のグレーの一覧を出力します。入力した色は、リストの真ん中になります。
|
•
|
入力した色がグレー色調でない場合は、輝度値を使用してグレーに変換されます。
|
|
|
互換性
|
|
•
|
ColorTools[GraySpread] コマンドは Maple 16 で導入されました。
|
|
|
例
|
|
>
|
GraySpread(Color("Gray"));
|
| (1) |
>
|
spread:=GraySpread("Black", 11, 1/12);
|
| (2) |
|
|
Download Help Document
Was this information helpful?