[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

17.4 Gradient Functions

gradient 特性は画像に色勾配を描画することを可能にします。(この特 性を読み込むには (require 'gradient) を読み込んで下さい)。

Function: draw-vertical-gradient image from to
image の中に縦に色勾配を描画します。画像の上の方の色は from で下の方の色は to で、その間をスムースに勾配していきます。

Function: draw-horizontal-gradient image from to
image の中に左から右まで水平に色勾配を描画します。

Function: draw-diagonal-gradient image from to
image の中に左上角から右下角まで水平に色勾配を描画します。



This document was generated by SATO Satoru on October, 28 2000 using texi2html