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
read color from .tsv file, then create dictionary of colors with color name as key and it's rgb as values, and then dump in a json file.
(eg: black, 0,0,0, white, 255,255,255, red, 255,0,0, green, 0,128,0, blue, 0,0,255)
The text was updated successfully, but these errors were encountered:
read color from .tsv file, then create dictionary of colors with color name as key and it's rgb as values, and then dump in a json file.
(eg: black, 0,0,0, white, 255,255,255, red, 255,0,0, green, 0,128,0, blue, 0,0,255)
The text was updated successfully, but these errors were encountered: