# File lib/less/engine/nodes/function.rb, line 17
    def rgba *rgba
      Node::Color.new *rgba.flatten
    end