/* * Get the alpha element of a HsvaColor object. * * Examples: * amount = color.alpha * amount = color.a */ static VALUE hsva_color_alpha(VALUE self) {