Problem
Write a procedure that illustrates a recursive method for filling a 4-connected area with an intensity specified in parameter "fill" up to a boundary color specified with parameter "boundary". Input parameters to the procedure are the coordinates of an interior point (x,y), a fill color and a boundary color.