I am trying to create a color wheel pattern image of given width and height. Something like this:-
How can it be done in a creative pythonic way preferably using opencv and numpy?
I found some resources (e.g. here) where inbuilt functions of matloblib
are being used.
Utilising the cues in Mark Setchell's answer, I am able to generate a color wheel based image of given width and height.
Hue:-
Saturation:-
Value:-
Below is a working code of the same:-
Resultant Image: