Show HN: Simple algorithm and color space to generate diverse skin tones
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
Show HN: Simple algorithm and color space to generate diverse skin tones
Unofficial Hacker News client; not affiliated with Y Combinator.
dofm · · focus · HN ↗
The 2.0 “outliers” cover those skin tones.
Masai and some Somali skin tones, similarly, look better represented by the outliers.
The full range of possible human skin tones is perhaps a bit of a challenge for technical colour representation, partly because diffuse reflectance seems to vary so much and that is hard to approximate on screen (e.g. as any website designer could attest, the difference between representing silver and grey is the use of highlights), though the representation of skin tones is a lot better than the early colour film era.
automatoney · · focus · HN ↗
The issue I ran into was what happens when the space moves beyond RGB, but I think the fix is to just add clamps to the end R, G, B values.