# File lib/rubygame/color/models/hsv.rb, line 68 def new_from_sdl_rgba( rgba ) new_from_rgba( rgba.collect { |i| i / 255.0 } ) end