User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
isp:hue_rotation [2019/05/08 17:00] – created Igor Yefmovisp:hue_rotation [2019/05/09 00:27] Igor Yefmov
Line 1: Line 1:
 ====== Hue rotation ====== ====== Hue rotation ======
  
-Really, no magic here, once you process the image in HSL color space. The operation is as trivial as adding or subtracting a specified value from the pixel'''H'' component:+Really, no magic here, once you process the image in HSL color space. The operation is as trivial as adding or subtracting a specified value from the pixel'\(H\) component:
 <code c++>// pseudo-code <code c++>// pseudo-code
 void hue_rotation(/*array of pixels*/image, double _hue){ void hue_rotation(/*array of pixels*/image, double _hue){

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information