I want to create selections which will target pixels based on their lightness values. This seems like it should be a simple task but I'm plain stumped.
My goal is to create an action that will assign lightness-based Layer Masks (that only target specific ranges and exclude all others) to Hue/Sat Adjustment Layers for awesome color control.
Specifically, I'm trying to select these ranges:
Highlights: Only pixels with lightness values between 1% and 14%.
Lights: Only pixels with lightness values between 15% and 28%.
Light Mids: Only pixels with lightness values between 29% and 42%.
Midtones: Only pixels with lightness values between 43% and 58%.
Dark Mids: Only pixels with lightness values between 59% and 72%.
Darks: Only pixels with lightness values between 73% and 86%.
Shadows: Only pixels with lightness values between 87% and 100%.
Does anyone have some ideas?
I developed the idea based on the HSL and Tone Curve controls in Camera Raw. In theory, this will allow for better color control than anything currently available in Photoshop or Camera Raw. I would love to make this action available for free online as well as use it in my own workflow!
My goal is to create an action that will assign lightness-based Layer Masks (that only target specific ranges and exclude all others) to Hue/Sat Adjustment Layers for awesome color control.
Specifically, I'm trying to select these ranges:
Highlights: Only pixels with lightness values between 1% and 14%.
Lights: Only pixels with lightness values between 15% and 28%.
Light Mids: Only pixels with lightness values between 29% and 42%.
Midtones: Only pixels with lightness values between 43% and 58%.
Dark Mids: Only pixels with lightness values between 59% and 72%.
Darks: Only pixels with lightness values between 73% and 86%.
Shadows: Only pixels with lightness values between 87% and 100%.
Does anyone have some ideas?
I developed the idea based on the HSL and Tone Curve controls in Camera Raw. In theory, this will allow for better color control than anything currently available in Photoshop or Camera Raw. I would love to make this action available for free online as well as use it in my own workflow!