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 )
|
: <color-map> ( nb-cols -- map )
|
||||||
dup [
|
dup [
|
||||||
360 * swap 1+ / 360 / sat val
|
360 * swap 1+ / sat val
|
||||||
hsv>rgb scale-rgb
|
3array hsv>rgb first3 scale-rgb
|
||||||
] curry* map ;
|
] curry* map ;
|
||||||
|
|
||||||
: iter ( c z nb-iter -- x )
|
: iter ( c z nb-iter -- x )
|
||||||
|
|
Loading…
Reference in New Issue