-
Notifications
You must be signed in to change notification settings - Fork 747
Closed
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-color-5Color modificationColor modification
Description
https://drafts.csswg.org/css-color/#modifying-colors
More possibilities:
Muted colors. Closure CSS Compiler computes a muted color from a FG and BG color: take the FG’s hue, drop the FG saturation some amount, average FG and BG lightness. I want more use-cases and visual examples of this being used.
Inverting a color. Use-cases? Is this just done by inverting the r/g/b channels? Is the contrast() adjuster what people really mean when they ask for invert?
Warmer/cooler. How to define? What’s warmer, red or yellow? What’s cooler, blue or green?
Metadata
Metadata
Assignees
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-color-5Color modificationColor modification