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