tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Add team colors to logo table #30

Open tbrittain opened 1 year ago

tbrittain commented 1 year ago

A starting point would be to allow the user to manually enter each 5 of the team's colors A better place would be to give the user a color picker to do to this The ultimate place would be to allow the user to select an image, load it into the application, then select the colors from the image itself. I.e. uploading a screenshot of the team's colors in the game, then clicking on that image the location of each color, then taking the color value at the pixel selected

We could then use this to color elements in the team tables, and the names of the teams throughout the app

tbrittain commented 11 months ago

Use https://github.com/xceedsoftware/wpftoolkit/wiki/ColorPicker for color selection