# File lib/gd2/color.rb, line 213 def alpha_blend!(other) self.rgba = SYM[:gdAlphaBlend].call(rgba, other.rgba)[0] self end