ascii
09/22/2023, 9:08 AMMaterialColors.harmonize()
, but that lib is more for View-based UIs. I don't want to import it just for one small function.ascii
09/22/2023, 9:09 AMcom.android.systemui.monet.blend.Blend.harmonize()
, but that can't be used directlyKirill Grouchnikov
09/22/2023, 6:43 PMColor.toArgb()
before passing them to the harmonize
function. Otherwise, there’s not much view-specific - or Compose-specific in the proposed utility - to warrant an almost identical library.Kirill Grouchnikov
09/22/2023, 6:44 PMBlend
to Hct
to various utils.jordond
10/02/2023, 7:16 PM