Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
a Morph has a color
Last updated at 1:38 pm UTC on 21 February 2017
Example

    m := Morph new.
    m color: Color red.
    m openInHand.
    m inspect

In the Inspector

    self color

gives

    Color red