[Pkg] The Trunk: Graphics-ct.418.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 13 11:41:21 UTC 2021


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

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

Name: Graphics-ct.418
Author: ct
Time: 20 September 2019, 7:41:50.741726 pm
UUID: eabbce5b-ef86-6e42-8fb2-8b789a51d798
Ancestors: Graphics-nice.417

Add Color>>#veryMuchDarker

We also have #veryMuchLighter, so balance this out :)

=============== Diff against Graphics-nice.417 ===============

Item was added:
+ ----- Method: Color>>veryMuchDarker (in category 'transformations') -----
+ veryMuchDarker
+ 
+ 	^ self alphaMixed: 0.25 with: Color black
+ !



More information about the Packages mailing list