Etoys Inbox: Etoys-kfr.97.mcz

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

Etoys Inbox: Etoys-kfr.97.mcz

commits-2
A new version of Etoys was added to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Etoys-kfr.97.mcz

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

Name: Etoys-kfr.97
Author: kfr
Time: 2 November 2011, 11:02:53 am
UUID: 53b36759-67d4-5b44-b197-b5e23a718d6d
Ancestors: Etoys-kfr.96

Add info about min max values

=============== Diff against Etoys-kfr.96 ===============

Item was changed:
  ----- Method: SketchMorph class>>additionsToViewerCategories (in category '*eToys-scripting') -----
  additionsToViewerCategories
  "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 (
  (slot graphic 'The picture currently being worn' Graphic readWrite Player getGraphic Player setGraphic:)
  (command wearCostumeOf: 'wear the costume of...' Player)
  (slot baseGraphic 'The picture originally painted for this object, but can subsequently be changed via menu or script' Graphic readWrite Player getBaseGraphic Player setBaseGraphic:)
  (command restoreBaseGraphic 'Make my picture be the one I remember in my baseGraphic')
 
  (slot rotationStyle 'How the picture should change when the heading is modified' RotationStyle readWrite Player getRotationStyle Player setRotationStyle:)
  (command flipLeftRight 'Flip the picture left to right' Player)
  (command flipUpDown 'Flip the picture upside down' Player)
+ (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 hueShift: 'Shift the hue of the pictures colors' Number)
- (command brightnessShift: 'Shift the brightness of the picture' Number)
- (command saturationShift: 'Shift the saturation of the pictures colors' Number)
- (command blur: 'Blur the picture' Number)
  (command removeFilters 'Remove the picture filters' )
  )))
 
 
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev