# File lib/rubygame/color/models/hsv.rb, line 64 def new_from_rgba( rgba ) new( rgba_to_hsva(*rgba) ) end