dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
1 stars 7 forks source link

hue shift rollover #17

Closed charlesvong closed 4 years ago

charlesvong commented 4 years ago

For the hue shift function, do we rollover the degrees when we do the shift? For example, if we had the original hue at 185 degrees, then shift it 180 degrees, do we now have 365 degrees or do we roll over and make it 5 degrees?

songfeil commented 4 years ago

Yes.