# File lib/pixels.rb, line 419
419:     def color_from_rgba(r, g, b, a)
420:       return color_from_rgb(r, g, b)
421:     end