Skip to content

mikecrinite/ColorPalette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorPalette

A simple app that allows a user to either

take a photo select an image from the gallery or provide a hex color code

and then creates a color palette based on the user's selection. (I'm aware those colors aren't right, it's on the buglist below)

Once the color is determined, the app displays its hex code, along with the name of the closest known color (selected from Wikipedia's List Of Colors)

The app also contains the full list of wikipedia colors. They are listed with their name and hex code and sorted by hex code. Unfortunately, there is no way to one-dimensionally sort colors that makes sense to the human eye, so some may seem out of order. The colors can be displayed against a white or black background, toggleable by tapping the background.

Black background White background

Planned Features (sorted by priority)

  • Save a color palette for future use
  • More accurate color palettes
  • Scrape Wikipedia's color page regularly for a full list of colors automatically (currently, it only does this when a python script is run manually)
  • Make the app look a lot prettier
  • Provide more options for background colors in the "View Colors" section

Known Issues (sorted by order discovered)

  • Selected shades are basically being created as colors indistinguishable from the original color
  • There's no actual scrollbar in the scrolling "View Colors" section
  • Some of the colors are still mismatched (possibly even in the screenshots 💩)  - Problem near "pastel violet", "french lilac", "wisteria", "ultramarine blue"
  • Nobody is reading this, it's really just a buglist for me

About

A simple app that allows a user to either take a photo, select one from the gallery, or enter a hex color code, and then creates a color palette based on the user's selection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors