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