public Method

Image.texture_fill_to_border(x, y, texture)

Replace neighboring pixels to border color with texture pixels

Source Code

# File RMagick.rb, line 939
def texture_fill_to_border(x, y, texture)
    texture_flood_fill(border_color, texture, x, y, FillToBorderMethod)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.