/* * Set the red element of a RgbaColor object. * * Examples: * color.red = 255 * color.r = 255 */ static VALUE rgba_color_set_red(VALUE self, VALUE val) {