Hello, I have problem for port of code C# FloodFill to Hollywood not work :-/ Help me please (Source: https://lodev.org/cgtutor/floodfill.html ) Origine Code: //The scanline floodfill algorithm using stack instead of recursion, more robust void floodFillScanlineStack(int x, int y, int newColor, int ...