[squeak-dev] The Trunk: Graphics-mt.512.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 21 10:50:01 UTC 2022


Marcel Taeumel uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-mt.512.mcz

==================== Summary ====================

Name: Graphics-mt.512
Author: mt
Time: 21 April 2022, 12:49:56.027671 pm
UUID: 979e8e5d-eb07-fb47-9aef-e77c9cd11bbc
Ancestors: Graphics-mt.511

In Color, complement #setRGB: and #setRgb:alpha: with #setAlpha: for consistency and STON compatibility.

=============== Diff against Graphics-mt.511 ===============

Item was added:
+ ----- Method: TranslucentColor>>setAlpha: (in category 'private') -----
+ setAlpha: alphaValue
+ 
+ 	alpha := (255.0 * alphaValue) asInteger min: 255 max: 0.!



More information about the Squeak-dev mailing list