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
I am trying to use this in a requirement to change color name like 'red' to rgb then make a color pallette like lighter and darker, but i don't see much of examples on how to do that. API page only mentions functions, that does not even tell how to do simple import {a, b} from 'pkg'; I saw a demo folder, that does not have anything.
So i would request that we add good detailing with examples.
I have user input text box they can type in any format of color. Can we have a function called:
ConvertAnythingToColorName
Or
ConvertAnythingToStandardFormat
The text was updated successfully, but these errors were encountered:
I am trying to use this in a requirement to change color name like 'red' to rgb then make a color pallette like lighter and darker, but i don't see much of examples on how to do that. API page only mentions functions, that does not even tell how to do simple import {a, b} from 'pkg'; I saw a demo folder, that does not have anything.
So i would request that we add good detailing with examples.
I have user input text box they can type in any format of color. Can we have a function called:
ConvertAnythingToColorName
Or
ConvertAnythingToStandardFormat
The text was updated successfully, but these errors were encountered: