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

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



Arghhhh...

On 05 Jan 2006, at 10:36, Scott Wilson wrote:

Hi Till,

I can commit it, but why no alpha?

S.

On 4 Jan 2006, at 20:52, Till Bovermann wrote:

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}
		})
	}
}

+ Color {
	== {|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}
		})
	}
}




to Color?

thanx in advance
Till


_
may I ask for an sc dev account?
_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev


_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev