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

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



Committed.

S.

On 5 Jan 2006, at 13:03, Till Bovermann wrote:

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