/* * Set the green element of a RgbaColor object. * * Examples: * color.green = 255 * color.g = 255 */ static VALUE rgba_color_set_green(VALUE self, VALUE val) {