Replace matching neighboring pixels with texture pixels
# File RMagick.rb, line 933 def texture_floodfill(x, y, texture) target = pixel_color(x, y) texture_flood_fill(target, texture, x, y, FloodfillMethod) end
<code/>
<pre/>
<code/>and<pre/>for code samples.