7.0.0.18
9 Color Helpers
(require pict/color) | package: pict-lib |
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
函数
pict : pict?
These functions apply appropriate colors to picture p.
添加于package pict-lib的1.4版本。
These functions produce lighter or darker versions of a color.
例如:
> (hc-append (colorize (disk 20) "red") (colorize (disk 20) (dark "red")) (colorize (disk 20) (light "red")))
添加于package pict-lib的1.4版本。
This contract recognizes color strings, color% instances, and RGB color
lists.
添加于package pict-lib的1.4版本。