this post was submitted on 30 Mar 2025
4 points (100.0% liked)
Graphic Design
307 readers
1 users here now
All things graphic design!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If I'm understanding you correctly, I'll use the variables C for Channel (R, G, or B), and P for Percentage...
P = C / 2.55
C = P * 2.55
Yeah, assuming it's a linear percentage, this should be basic rule of three. So, divide by 255, then multiply by 100.
Dividing by 2.55 is just doing that in one step...