[squeak-dev] The Inbox: Graphics-ct.441.mcz

Stéphane Rollandin lecteur at zogotounga.net
Thu Oct 1 08:51:17 UTC 2020


> Proposal: Isolate alpha channel when printing a named color. This allows it to reuse the color name even for translucent color.
> 
> Example:
> 	(Color red alpha: 0.4) printString
> Output (new):
> 	 'Color red alpha: 0.4'
> Output (old):
> 	'(TranslucentColor r: 1 g: 0.0 b: 0.0 alpha: 0.4)'

+1

Stef



More information about the Squeak-dev mailing list