# File lib/pixels.rb, line 445
445:     def color_from_rgb(r, g, b)
446:       return color_from_rgba(r, g, b, 255)
447:     end