bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 438 forks source link

Feature: toRgbRatio #225

Closed lukasoppermann closed 2 years ago

lukasoppermann commented 3 years ago

Hey,

this is a really awesome package. I was wondering if there is a way to get an rgb ratio (values from 0 - 1) with alpha from a color.

  tinycolor('#23236780').toRgbRatio() // {r: ..., g: ..., b: ..., a: ....}

Could this be added, or is this already possible?