# File lib/gd2/color.rb, line 156
    def red
      (rgba & 0xFF0000) >> 16
    end