Understanding brightness, contrast and saturation in Photoshop
I need to understand how brightness, contrast and saturation transformations are done in Photoshop. In Photoshop I found the following ranges for brightness, contrast and saturation:
- Brightness: -150 to 150
- Contrast: -50 to 100
- Saturation: -100 to 100
I am trying to implement some photo filters in iOS (using native SDK). I'm finding it difficult to implement what I mockup in Photoshop because ranges used in Photoshop (above) does not match with the iOS native filter settings.
This question was originally posted on https://stackoverflow.com/questions/55461139/how-to-get-values-for-cicolorcontrols-from-photoshop
