Hello Robert,
This method of setting signatures isn’t currently supported. The challenge of getting something like this working (specifying the RGB color of what you want to detect) is that of calibration. Color image sensors aren’t perfect; red LEDs don’t look perfectly red, etc. The end result will be inaccurate color signatures and false positives and/or false negatives.
It’s best to sample pixels in the image, an image acquired by the image sensor, and use those pixels for creating a signature. Telling Pixy to create a signature from the Arduino is a possibility. You could tell Pixy go into signature teach mode for a specified period of time and even specify which part of the image to look. But this also sounds difficult to get reliable color signatures in real-world set-ups using this scheme.
Edward