Add color shift in time
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 18 Apr 2024 09:50:33 +0000 (11:50 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 18 Apr 2024 09:50:33 +0000 (11:50 +0200)
commitf5c9e75762a96d588db22b3942e7e74b24e174aa
tree58fab4aac9782c0b380862d36b5941b22203c0b3
parent7d053fce995c6ae7e41c4503f9ee30a4bff832ce
Add color shift in time

For this I had to create new matrix that holds the same info as did
the image. The image is then constructed from this matrix by adding
a value that changes in time.
event_handling.c
fractol.h
main.c