SmartToolFactory / Compose-Extended-Colors

🚀🌈♾ Utility library that expands Compose Colors with Material Design2 colors, color swatches, Material Design 3 Tonal Palettes, color names, and utility functions to convert between HSL, HSV, RGB, HCT models and to HEX or from HEX
Apache License 2.0
41 stars 1 forks source link

Add parser to parse colors.json in assets to get names for RGB value #2

Closed SmartToolFactory closed 2 years ago

SmartToolFactory commented 2 years ago

Add a parser to library to parse colors in

  {
    "x": 93,
    "y": 138,
    "z": 168,
    "label": "Air Force blue"
  }

to RGB-name pairs

SmartToolFactory commented 2 years ago

It's possible to parse color name from Jetpack Compose Color