Jonathan Racaud

Results 1 issues of Jonathan Racaud

Hi, You are defining a Color object, but Nim already defines a Color type in its standard library: [color.nim](https://github.com/nim-lang/Nim/blob/master/lib/pure/colors.nim) Wouldn't using that instead of redefining the type be possible ?...

enhancement