notty
notty copied to clipboard
Converting rgb_888 to rgb
In my program, I have a series of RGB values that are suited for the A.rgb_888 function (range 0-255), but not all terminal applications support True Color mode. Is there a way to convert those values so they can be used with the A.rgb function (range 0-5)?