Closed
Description
Because we support extended RGB color space, individual channels can have values less than zero or greater than one. These do not format well for hexadecimal strings. For UIColor.rgbDisplayString
we should clamp the channel values to {0...1}
to avoid issues (and maybe append a