Bitmap/Flood fill: Difference between revisions

the code doesnt work! palladiusbonton@gmail.com
(Go solution)
(the code doesnt work! palladiusbonton@gmail.com)
Line 1,020:
 
=={{header|Ruby}}==
 
'''Note''' This code is not completely functional. Please add the remaining classes (Pixel, ..) and initializers. Or maybe a library to be included to make this work.
 
<lang ruby>class RGBColour
def ==(a_colour)
Anonymous user