dilevin / computer-graphics-raster-images

Computer Graphics Assignment about Raster Images
2 stars 10 forks source link

Expected behavior of hue shift #97

Open JG-e opened 1 month ago

JG-e commented 1 month ago

when h + shift is more than 360, is the expected behavior to mod it or just lock it at 360?

Zhecheng-Wang commented 1 month ago

Mod / loopback.

JG-e commented 1 month ago

is it the same for saturation?