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