public Method

Image.texture_floodfill(x, y, texture)

Replace matching neighboring pixels with texture pixels

Source Code

# 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
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.