# File lib/gd2/image.rb, line 372
    def alpha_blending=(bool)
      SYM[:gdImageAlphaBlending].call(image_ptr, bool ? 1 : 0)
    end