Bitmap/Histogram: Difference between revisions

→‎{{header|Raku}}: Fix up some internal links
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(→‎{{header|Raku}}: Fix up some internal links)
Line 1,288:
(formerly Perl 6)
{{works with|Rakudo|2017.09}}
Uses pieces from [[Bitmap#Perl_6Raku| Bitmap]], [[Bitmap/Write_a_PPM_file#Perl_6Raku| Write a PPM file]] and [[Grayscale_image#Perl_6Raku| Grayscale image]] tasks. Included here to make a complete, runnable program.
 
<lang perl6>class Pixel { has UInt ($.R, $.G, $.B) }
10,327

edits