Replace neighboring pixels to border color with texture pixels
# File RMagick.rb, line 939 def texture_fill_to_border(x, y, texture) texture_flood_fill(border_color, texture, x, y, FillToBorderMethod) end
<code/>
<pre/>
<code/>and<pre/>for code samples.