A new version of Etoys was added to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Etoys-kfr..101.mcz==================== Summary ====================
Name: Etoys-kfr..101
Author: kfr.
Time: 14 November 2011, 11:43:39 am
UUID: 4f474062-6f56-ae4b-9208-5d8e9a0226ed
Ancestors: Etoys-kfr..100
diff filter
=============== Diff against Etoys-kfr..100 ===============
Item was changed:
----- Method: SketchMorph class>>additionsToViewerCategoryGraphicsFilters (in category '*eToys-scripting') -----
additionsToViewerCategoryGraphicsFilters
"Answer a list of (<categoryName> <list of category specs>) pairs that characterize the phrases this kind of morph wishes to add to various Viewer categories."
^ #(
#'graphics filtrers'
(
(command hueShift: 'Shift the hue of the pictures colors. -180 to 180' Number)
(command brightnessShift: 'Shift the brightness of the picture -100 to 100' Number)
(command saturationShift: 'Shift the saturation of the pictures colors -100 to 100' Number)
(command blur: 'Blur the picture. 1 to 10' Number)
(command fishEye: 'Make a fish eye effect on the picture. -10 and up' Number)
(command whirl: 'Make a whirl effect on the picture.' Number)
(command removeFilters 'Remove the picture filters' )
))
!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev