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

commits at source.squeak.org commits at source.squeak.org
Fri Sep 20 17:42:11 UTC 2019


A new version of Graphics was added to project The Inbox:
http://source.squeak.org/inbox/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 Squeak-dev mailing list