create rule SeasonColor (
	if GetImgMaxColor(self.file)='#00FFFF' then self.season='Fall', 
	if GetImgMaxColor(self.file)='#FF00FF' then self.season='Summer', 
	if GetImgMaxColor(self.file)='#FFFFFF' then self.season='Snow Winter')