ColorEditDialog.st
changeset 2347 c37fb02785bc
parent 2326 f23fac376621
child 2417 cc89133cc041
--- a/ColorEditDialog.st	Wed May 28 15:20:59 2008 +0200
+++ b/ColorEditDialog.st	Fri May 30 11:05:07 2008 +0200
@@ -560,6 +560,19 @@
       )
 ! !
 
+!ColorEditDialog class methodsFor:'startup'!
+
+openOn:aColor
+    ^ self new
+        color:aColor;
+        open;
+        yourself
+
+    "
+     self openOn:Color red
+    "
+! !
+
 !ColorEditDialog methodsFor:'accessing'!
 
 color