/* * Set the saturation element of a HsvaColor object. * * Examples: * color.saturation = 255 * color.s = 255 */ static VALUE hsva_color_set_saturation(VALUE self, VALUE val) {