Sudha247 / ocaml-joy

MIT License
22 stars 14 forks source link

Added functions to set colors using RGB values #53

Closed nangahamandine closed 6 months ago

nangahamandine commented 10 months ago

In addition to adding the functions based on the requirements of issue #46 , I made some updates to the previous code base based on a syntax error in the main branch. I also updated the circle.ml file to use the Joy library in order to test the changes made. For some reason, after every change, I still get only the black circle displayed and not the colored circle.

Please review these changes. Would love to get your feedback

nangahamandine commented 10 months ago

Okay, I'll make the changes. Thank you @nikochiko

nangahamandine commented 10 months ago

I've updated the code:|

nangahamandine commented 10 months ago

I've updated this PR based on the requested changes by @nikochiko . Please review