Hacker News new | ask | show | jobs
by subb 1398 days ago
Linear vs non-linear is a confusing terminology. Linearity is a relationship. Anyway, usually it means values are encoded in the sRGB color space (with sRGB primaries) without applying any "gamma" curve (also bad term).
1 comments

If this is true, for the OP, please provide raw linear values!
Like subb said, "sRGB Linear" means sRGB primaries without the sRGB EOTF (gamma curve) applied, which you could say is "raw linear" values, the most common way to input colors in 3d applications.
Thanks.