|
Posted by Dean Arnold on November 13, 2006, 4:51 pm
Please log in for more thread options
pkj wrote:
> I am looking for comments on a new module I propose
> for inclusion in CPAN:
> Graphics::ColorUtils
>
> This module will provide helper functions to manage
> color. It will be useful when generating graphics using
> modules such as GD, Tk, or when generating HTML/CSS.
>
> The module provides three sets of features:
> - Color space conversion (RGB to HSV, etc)
> - Color gradients (useful for data visualization)
> - Color lookup by name
>
Out of curiousity, which gradient functions are you
implementing ? FWIW: I've implemented some primitive
gradient support in Tk::StyledButton, but would certainly appreciate
a more robust, and separately packaged, solution.
Dean Arnold
Presicient Corp.
|