Update benchmark.mandel for new colors.hsv
parent
8c0f4def82
commit
ce4486d00f
|
@ -19,8 +19,8 @@ math.functions math.parser io.files colors.hsv ;
|
|||
|
||||
: <color-map> ( nb-cols -- map )
|
||||
dup [
|
||||
360 * swap 1+ / 360 / sat val
|
||||
hsv>rgb scale-rgb
|
||||
360 * swap 1+ / sat val
|
||||
3array hsv>rgb first3 scale-rgb
|
||||
] curry* map ;
|
||||
|
||||
: iter ( c z nb-iter -- x )
|
||||
|
|
Loading…
Reference in New Issue