Open anassalam opened 3 years ago
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)
Can i work on this issue.
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)