Convert Display P3 to eSRGB by hex color in iOS swift?
I'm using UIColorPickerViewController. When I use Sliders section, default value is display p3 like below an image. My app is using UIExtendedSRGBColorSpace. So I need to convert to UIExtendedSRGBColorSpace. When I convert from Display P3 to eSRGB, it returns UIExtendedSRGBColorSpace…