agnicore/nfx

Cover NFX.Graphics with unit tests

itadapter opened this issue · 1 comments

Such as (some rough ideas):

  • create various sized images, Image.Of(......)
  • Setpixel to preset colors
  • Save to file, stream, byte[], read back
  • Aver that read back image color are the same as the drawn presets
    etc...

Image & Canvas test are done. Color extraction tests will be made later