|
|
|
|
|
by boronine
4449 days ago
|
|
Does the algorithm use HSL as its color space? I've seen many online palette tools that use HSL color wheels for picking colors. It never made sense to me why they wouldn't use a perceptually uniform color space like CIELUV. I actually made a color space derived from CIELUV specifically for the task of picking colors [1]. I never wrote a 'proper' palette generator using it, but I did make a demo that works pretty well [2]. Considering that you're actually studying this, I would be curious to know what you think. [1] http://www.boronine.com/husl/ [2] http://www.boronine.com/husl/syntax/ |
|
I am curious, how would you approach generating a palette using these color spaces?