The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.50 - 2023-08-10

  • = first phase of of 2.0 rewrite
  • + add CMY, CMYK and HSV support
  • + new universal getter method: values
  • + new modifier method: set, blend
  • ~ enhanced and strictened modifier method: add
  • \ deprecate all other numeric getter: rgb, red, green, blue, rgb_hex, rgb_hash, hsl, hue, saturation, lightnss, hsl_hash
  • \ till 2.0 will be also deprecated: rgb_gradient_to, hsl_gradient_to, gradient_to, distance_to, blend_with
  • & new getter API
  • & keep complex names like 'SVG:green' to be returned by getter: ->name
  • ? rewritten large part of documentation

Modules

color palette creation helper
access values of color constants

Provides

in lib/Graphics/Toolkit/Color/Space.pm
in lib/Graphics/Toolkit/Color/SpaceBasis.pm
in lib/Graphics/Toolkit/Color/Util.pm
in lib/Graphics/Toolkit/Color/Value/CMY.pm
in lib/Graphics/Toolkit/Color/Value/CMYK.pm
in lib/Graphics/Toolkit/Color/Value/HSL.pm
in lib/Graphics/Toolkit/Color/Value/HSV.pm
in lib/Graphics/Toolkit/Color/Value/RGB.pm