I might just be doing something wrong, but the "Draw Point" action for the Canvas object seems to treat the green and blue color components of the color parameter as zero, regardless of the color I pick.
That is, if I try to draw a white (255,255,255) point, I get a red (255,0,0) point.
Likewise a gray point (128,128,128), is drawn as a dark red (128,0,0) point.
A blue (0,0,255) point is drawn as a black (0,0,0) point.
It's as if the blue and green values are being discarded.
Am I just doing something wrong, or is this a known issue? I couldn�t find another mention of it in the forums.