we are developing a cms website in C # and want to integrate / develop a small and simple color scheme generator like colorschemedesigner.com (of course, easier) to automatically offer color matching for templates (for body background, text, title, etc.).
There are 6 ways to create color on this website. We would like to reprogram the logic of the "accented analog" algorithm.
Does anyone know how easy it is to understand, or where we could find more information about this topic. How to programmatically find a set of harmonizing colors for a given base?
Or are there any third-party controls that can do the job? For instance. expanded expanded set of colors or something like that.
Daniel
source share