You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the MDN web standards color interpolation is determined through a selection of color spaces that seek to do blending uniformly or with light. This approach proves effective for designs where the color transitions are influenced by light-based phenomena, such as digital gradients or web-based imagery. However, the current methods overlook the substantial potential offered by incorporating a color space that more accurately simulates the interaction of pigments.
This leaves a significant gap when designers wish to create digital experiences that reflect the real-world behavior of physical media, such as paint or ink. These traditional materials are governed by subtractive color mixing, which behaves differently from color spaces such as oklab or srgb currently used for color interpolation. Without a more accurate pigment-based model, web design is limited to light-based and uniform effects, which do not provide a simulation of real-world pigment mixing.
Goal:
Add a new color space to the CSS specification that simulates the subtractive nature of pigment mixing. This would allow for more realistic transitions in web designs when dealing with visual representations of paint. By introducing a pigment-style interpolation method, designers would be able to create transitions accurately reflecting how colors blend when they are mixed through physical pigments.
This enhancement could unlock a range of new creative possibilities where pigment behavior is involved,
enriching the visual expression of the web.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem:
In the MDN web standards color interpolation is determined through a selection of color spaces that seek to do blending uniformly or with light. This approach proves effective for designs where the color transitions are influenced by light-based phenomena, such as digital gradients or web-based imagery. However, the current methods overlook the substantial potential offered by incorporating a color space that more accurately simulates the interaction of pigments.
This leaves a significant gap when designers wish to create digital experiences that reflect the real-world behavior of physical media, such as paint or ink. These traditional materials are governed by subtractive color mixing, which behaves differently from color spaces such as oklab or srgb currently used for color interpolation. Without a more accurate pigment-based model, web design is limited to light-based and uniform effects, which do not provide a simulation of real-world pigment mixing.
Goal:
Add a new color space to the CSS specification that simulates the subtractive nature of pigment mixing. This would allow for more realistic transitions in web designs when dealing with visual representations of paint. By introducing a pigment-style interpolation method, designers would be able to create transitions accurately reflecting how colors blend when they are mixed through physical pigments.
This enhancement could unlock a range of new creative possibilities where pigment behavior is involved,
enriching the visual expression of the web.
Notes
I've thought maybe something like this:
"https://github.com/scrtwpns/mixbox", "https://scrtwpns.com/mixbox.pdf" which is based on the Kubelka–Munk (k-m) model
Beta Was this translation helpful? Give feedback.
All reactions