You can convert an RGB color value to an HSL color value in TypeScript by using the following code:
index.ts628 chars35 linesHere is an example of how you could use this function:
index.ts150 chars4 linesThis would output the following:
index.ts75 chars2 lines
gistlibby LogSnag