Color Filling
Posted: 2017-06-29T04:19:17-07:00
Hello everyone,
First of all, know that I'm relatively new using C++ language and it's my first time trying to code using magick++ library, so I'm a real beginner.
I have a series of picture like this one :
where only the part inside the hexagon changes.
Now what I would like to do :
- Between the circle and the hexagon I would like to change the color from blue to something else ( green or red for example)
- I would like the blue color outside the circle to be white
Do you have any idea / advice how I could do that ? thank you !
First of all, know that I'm relatively new using C++ language and it's my first time trying to code using magick++ library, so I'm a real beginner.
I have a series of picture like this one :
where only the part inside the hexagon changes.
Now what I would like to do :
- Between the circle and the hexagon I would like to change the color from blue to something else ( green or red for example)
- I would like the blue color outside the circle to be white
Do you have any idea / advice how I could do that ? thank you !