# File lib/rubygame/color/models/rgb.rb, line 53 def to_sdl_rgba_ary self.to_rgba_ary.collect { |i| (i * 255).to_i } end