From: Micha B. <kri...@us...> - 2005-01-01 21:19:10
|
.. but > double stepR = abs(r1-r2)/dsize; is > 0 Later in your loop: > rgb.r = r1-i*stepR; sgives value <= 0. These values will be clamped, because a color component has values 0.0 <= comp_col <= 1.0; Micha -- |