So i probably have a very simple problem but until now i haven't found a solution for it nor have i found a post about it.
In WPF i am using the "Colors" class, now with the color have selected in my WPF interface i want to make some color changes in a bitmap. Now from what i know you are not just able to use the Colors you use in WPF to modify a bitmap, you need to convert it in some way the the "Color" class but i can't seems to find a way to do it.
I've read something about Colors to Brush but i don't think that is the solution i am looking for.