croma-app / huehive-mobile-app

[HueHive] : An open source react native app for web, iOS and android for color palette management
https://play.google.com/store/apps/details?id=app.croma
MIT License
60 stars 21 forks source link

Improve algorithm to generate colors and palette that are unlocked #213

Open kamalkishor1991 opened 5 months ago

kamalkishor1991 commented 5 months ago

The current implementation is random. We need to use color theory with some variation to generate colors.

  1. https://github.com/croma-app/huehive-mobile-app/blob/7012a4971cf54586edf2ff2b33e05638081e0309/screens/ColorListScreen.js#L117
  2. https://github.com/croma-app/huehive-mobile-app/blob/7012a4971cf54586edf2ff2b33e05638081e0309/components/GridActionButton.android.js#L119