# HG changeset patch # User Claus Gittinger # Date 1026832141 -7200 # Node ID 1521a53dba172c95fb446bc15a59791a6eaf70c0 # Parent 91f60b377f68f0527349df8f6c399a34a638cc3e +clearMaskedPixels diff -r 91f60b377f68 -r 1521a53dba17 Form.st --- a/Form.st Tue Jul 16 16:45:23 2002 +0200 +++ b/Form.st Tue Jul 16 17:09:01 2002 +0200 @@ -1404,6 +1404,12 @@ !Form methodsFor:'image manipulations'! +clearMaskedPixels + "Added for protocol compatibility with Image." + + ^ self +! + darkened "return a darkened version of the receiver. Added for protocol compatibility with Color and Image. @@ -2137,6 +2143,6 @@ !Form class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.120 2002-05-06 07:32:55 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.121 2002-07-16 15:09:01 cg Exp $' ! ! Form initialize!