Method: Magick::Image#matte_reset!
- Defined in:
- lib/rmagick_internal.rb
#matte_reset! ⇒ Object
Make all pixels transparent.
964 965 966 967 |
# File 'lib/rmagick_internal.rb', line 964 def matte_reset! alpha(TransparentAlphaChannel) self end |