treeform / pixie

Full-featured 2d graphics library for Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When importing library get error

MrEnder0 opened this issue · comments

C:\Users\Ender\Downloads\pixie-master\src\pixie\blends.nim(182, 17) Error: type mismatch: got <Color, Color>
but expected one of:
proc blendSoftLight(backdrop, source: ColorRGBX): ColorRGBX
  first type mismatch at position: 1
  required type for backdrop: ColorRGBX
  but expression 'color(backdrop)' is of type: Color

This is on
Nim Compiler Version 1.6.6 [Windows: amd64]

Yes it seems that the library is fully working after running nimble install chroma.
Thanks!