Per discussion on https://crrev.com/c/1216505, the
chromiumos/tast/local/screenshot package should probably use color.Color (or the color.RGBA struct?) instead of defining its own struct for RGB colors. The screenshot struct is already a bit weird since it holds 16-bit components even though I think it only wants 8-bit components.
It may also be good to move the image-comparison code into its own package.
Comment 1 by bugdroid1@chromium.org
, Sep 25