[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] [commit] Color-==



Hey all,

could someone please checkin

+ Color {
	== {|that|
		^(that.respondsTo(#[\red, \green, \blue])
			and: {(this.red  == that.red)
			and: {this.green == that.green}
			and: {this.blue  == that.blue}
		})
	}
}

to Color?

thanx in advance
Till


_
may I ask for an sc dev account?