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.
herf · · focus · HN ↗
The JS code seems to output linear RGB directly to the webpage (missing gamma). I guess the difficulty with "adding gamma" to it is this: if the training data were also gamma encoded, then it might need to be refit with linear values.