Skip to content

Simple and flexible color color conversion module for Raku Perl 6 , easy-to-use simple learning.

License

Notifications You must be signed in to change notification settings

ccworld1000/CCColor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple and flexible color color conversion module for Perl 6 , 
easy-to-use simple learning.

HEX Color (use CCColor)

colors

See test

use CCColor;

my @list =
(
"   #FFFEA963 ",
"   #FF FE A9 63 ",
"   #FF # FE #   A9 #     63 ",
"   #",
"   #1",
"   #123",
"   #FFH",
"   #FHF",
"   #1234",
"   #12345",
"   #FFEE5",
"   #FFEE56",
"   #FFEE56A",
"   #FFEE56AH",
"   #FFEE56AA",
"   #FFEE56AA11",
"   #FFEE56AAFF11",
);

for @list -> $color {
  my ($r, $g, $b, $a) = hex2rgba($color);
  say "$r, $g, $b, $a";
}

Call test/test.p6

test

Local installation and unloading

zef install .
zef uninstall CCColor

Network install

zef update
zef install CCColor

About

Simple and flexible color color conversion module for Raku Perl 6 , easy-to-use simple learning.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Other 100.0%