The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02

  • Support CMY and CMYK color spaces
  • CHANGES:
    • Neater and more internal implementation of space->space conversions
    • ->rgb8 / ->rgb16 are no longer methods on Convert::Color, but instead on the specific ::RGB8 / ::RGB16 subclasses
    • Added ->hsl etc.. component list accessors for other color spaces
  • BUGFIXES:
    • Cache plugin list and space-to-class mapping to avoid @INC search overhead in Module::Pluggable each time a new object is constructed

Modules

color space conversions and named lookups
a color value represented as cyan/magenta/yellow
a color value represented as cyan/magenta/yellow/key
a color value represented as hue/saturation/lightness
a color value represented as hue/saturation/value
a color value represented as red/green/blue
a color value represented as red/green/blue in 16-bit integers
a color value represented as red/green/blue in 8-bit integers
named lookup for the basic VGA colors
named lookup of colors from X11's rgb.txt

Provides

in lib/Convert/Color/HueBased.pm