raku-community-modules/Color

expose / export the color space conversion routines?

thundergnat opened this issue · 2 comments

Any chance you could make the the rest of the color space conversion routines exported? I really wanted to use the hsv2rgb routine on http://rosettacode.org/wiki/Julia_set#Perl_6 but had to settle for pulling out a chopped down version of the routine. Thanks.

I wouldn't mind if someone submited a PR with those conversion routines moved into Color::Functions (Color::Convert?) module. It would be imported by Color internally. And if a user wants to use those directly, they can use Color::Functions directly.

Fixed in ed4bebd