ImageEditView.st
changeset 1411 05ffc8ae696e
parent 1380 3b343d2e69ef
child 1449 e5852c20c18a
equal deleted inserted replaced
1410:be0e2a06be7c 1411:05ffc8ae696e
  1001 !
  1001 !
  1002 
  1002 
  1003 negativeImage
  1003 negativeImage
  1004 
  1004 
  1005     self makeUndo.
  1005     self makeUndo.
  1006     self image: image copy negative
  1006     self image: (image copy bits:(image bits invert))
  1007 !
  1007 !
  1008 
  1008 
  1009 pasteAt: aPoint
  1009 pasteAt: aPoint
  1010     "paste the image in the clipboard at aPoint"
  1010     "paste the image in the clipboard at aPoint"
  1011 
  1011 
  1739 ! !
  1739 ! !
  1740 
  1740 
  1741 !ImageEditView class methodsFor:'documentation'!
  1741 !ImageEditView class methodsFor:'documentation'!
  1742 
  1742 
  1743 version
  1743 version
  1744     ^ '$Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.119 1999-05-18 19:15:53 cg Exp $'
  1744     ^ '$Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.120 1999-06-16 12:21:03 tm Exp $'
  1745 ! !
  1745 ! !
  1746 ImageEditView initialize!
  1746 ImageEditView initialize!