: Iterating between pastel colors with a constant perceived luminance? For my app, I'd like to create a horizontal, hue-only color slider for picking pastel colors: At the moment, I do this by
For my app, I'd like to create a horizontal, hue-only color slider for picking pastel colors:
At the moment, I do this by simply using the HSB color model and keeping my S and B constant. However, according to some of the site answers I've been reading (as well as my own experience), simply modifying the hue will not generate colors that are percieved to be equally bright. Unfortunately, linearly iterating on a formula like l = .299 r + .587 g + .114 b by hue is not as simple.
Am I correct in understanding the limitations of HSB in regards to percieved luminance?
Is there a good way to iterate between pastel colors (linearly from R to V) with a constant perceived luminance?
More posts by @Megan533
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.