# File lib/asset_compiler/rmagick_transformation_script.rb, line 54
  def tint r, g, b, overlay
    @image = @image.colorize r, g, b, overlay
    @image
  end