The Inbox: Graphics-ct.418.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Graphics-ct.418.mcz

commits-2
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
+ !