# File lib/as_color.rb, line 38 def inverse_rgb r, g, b, a = to_rgba AS::Color.new(1 - r, 1 - g, 1 - b, a) end