Results 3 issues of valtron

They were being assigned to `.color`, which is never used. Also uncommented the setting of the colorspace, no idea why it was commented out?

Example: // less @col: pink; #foo { background-color: @col \* 0.8; } // output css #foo { background-color: pink 0.8; } // expected css #foo { background-color: #CC99A2; }

`np.int is int` and it was deprecated in numpy 1.20: https://numpy.org/doc/1.20/release/1.20.0-notes.html#deprecations