SamuelSVD / TrayDir

An open-source Windows application that serves as a system tray utility for efficient access to files, folders, scripts, and other resources
45 stars 7 forks source link

Add Ability to Customize Folder Colours #178

Open SamuelSVD opened 2 years ago

SamuelSVD commented 2 years ago

This is a suggestion from a user. The application would allow a user to override the colour of a folder (Vfolder or normal). See image below: image

SamuelSVD commented 1 year ago

Thinking about how to do this... I'm leaning towards adding a "Colour" assignable to a TrayInstanceItem. Yes, with a u since I'm Canadian :) It should be null by default, however, when not null then we alter the colour of the image accordingly. We want it to be a "colourize" effect, not a complete colour changeover.

Quick searches: https://stackoverflow.com/questions/4699762/how-do-i-recolor-an-image-see-images https://stackoverflow.com/questions/3801275/how-to-convert-image-to-byte-array