-
Notifications
You must be signed in to change notification settings - Fork 155
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
Inconsistent tone when selecting "Stay true to my color inputs" #160
Comments
You mean you thought turn on "stay true to color input" this option, the Primary color's hue chroma as will same with input color, but tone is still at 40? |
The hue stayed the same. But the chroma and tone changed even when I selected "stay true to color input". However, the output Primary color still says "P-40" (meaning Tone of 40; see attached), which is incorrect. To be precise, the input color HCT was H:275, C:69, T:36; and the output color HCT was H:275, C:60, T:27. My confusion can be broken down into three related questions:
|
About always show "P-40" in primary, it might be they forgot to let this label update when color changing. |
for the question 1&2, maybe this is answer |
Yes, I looked at this, but based on what it says, if you toggle the “match color” option on, then it should disable fidelity and match the color. The issue I described above was with this option toggled on, and it is still occurring. I think you may be right that they forgot to update the label when color changing, however I am curious how the formula works if they are making a change and why they are making the change. |
Isn't this more of a material-theme-builder question then a material-color-util question? |
I am running into the same issue. @Harm-Nullix this package is used winin the material-theme-builder if i am not mistaken. Thats how i ended up here |
When selecting the option to stay true to color input, the Primary color does not come out as P-40 in the color system anymore, nor is it the same as the input color. The color I tested (#0646D1), which has a tone of 36, resulted in an output Primary color with a tone of 27. The Secondary color maintained a tone of 40 as advertised, and the Tertiary color seemed to match the tone chosen for the Primary color at 27. Error color is maintained at 40.
I thought one of the main advantages of using this system was to be able to maintain similar tone levels across colors to make other things easier such as ensuring accessibility. The tone consistency between primary, secondary, tertiary, and error is maintained when "Stay true to my color inputs" is disabled.
Why this inconsistency in tone when this is option enabled, and why the seemingly arbitrary tone shift from the input color (i.e., going from 36 to 27)?
The text was updated successfully, but these errors were encountered: