Method: Magick::Image#texture_fill_to_border
- Defined in:
- lib/rmagick_internal.rb
#texture_fill_to_border(x, y, texture) ⇒ Object
Replace neighboring pixels to border color with texture pixels
1012 1013 1014 |
# File 'lib/rmagick_internal.rb', line 1012 def texture_fill_to_border(x, y, texture) texture_flood_fill(border_color, texture, x, y, FillToBorderMethod) end |