I am currently creating a basic text editor that has basic functions such as changing fonts and sizes.
I am currently trying to add color changing capibilities and I was wondering if there was any premade color pallettes already in the default libraries. I have looked around and have found that i can download premade palettes but i want to just stick to the default stuff.
If theres not a way my backup plan is just to load colour names into a combo box.
Also I am coding using .WPF and adding my items through the XAML with methods in C# classes.
Any comments or suggestions are appreciated.
Thanks!