# File lib/gd2/image.rb, line 396 def transparent=(color) SYM[:gdImageColorTransparent].call(image_ptr, color.nil? ? -1 : color2pixel(color)) end