Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolating colors from different spaces: analogous components #34229

Open
estelle opened this issue Jun 17, 2024 · 0 comments
Open

Interpolating colors from different spaces: analogous components #34229

estelle opened this issue Jun 17, 2024 · 0 comments
Labels
Content:CSS Cascading Style Sheets docs

Comments

@estelle
Copy link
Member

estelle commented Jun 17, 2024

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/color_value

What specific section or headline is this issue about?

Interpolating colors from different spaces: analogous components

What information was incorrect, unhelpful, or incomplete?

This section is complex and possibly beyond the scope of what needs to be contained in a color value page.

When is "Interpolating colors from different spaces: analogous components" needed to be understood? I think we should remove from here and include this in the <color-interpolation-method> page? and then link to it from here and any other place its relevant. In this page is is just going to confuse the reader.

What did you expect to see?

Only content that a developer looking for the basic color values would need to know.

Also, a few definitions are needed:

  • analogous, such as changing or prepending

X (0.2) in color(xyz 0.2 0.1 0.6) is analogous to R (50%) in rgb(50% 70% 30%).

to or with something like:

The X in XYZ and the R in RGB are analogous; they both represent the blue channel, so while similar in function they are different in structure and evolution. The X (0.2) in color(xyz 0.2 0.1 0.6) is approximately equal to, or analogous to, R (50%) in rgb(50% 70% 30%).

  • In pr-build workflow #2, Convert both colors into the interpolation color space: I don't know what "the interpolation color space" is.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jun 17, 2024
@Josh-Cena Josh-Cena removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs
Projects
None yet
Development

No branches or pull requests

2 participants