UNIX downloads? (with Windows answers)

Steve Gilbert steven.l.gilbert at lmco.com
Thu Apr 12 16:44:28 UTC 2001



Bob Arning wrote:
> 
> Steve,
> 
> It would appear from the gif you sent that the green and blue values are reversed and that the red and alpha values are reversed. To double-check this,
> 
> - get a RectangleMorph from the new morph menu
> - open an Inspector on it
> - in the inspector,
> --- evaluate (self color: Color green). What happens?

Rectangle turns blue.

> --- evaluate (self color: Color red). What happens?

Rectangle turns black.

> --- evaluate (self color: Color blue). What happens?

Rectangle turns green.

Also, when I evaluate (self color: Color white).  The rectangle turns
aqua blue.

This is all just on my Hummingbird X window on my PC.

> 
> The results may point to the byte-ordering of color values not being correctly mapped to your display's color space.
> 
> Cheers,
> Bob


-- Steve





More information about the Squeak-dev mailing list