Copy the Chase example and implement an additional rule:
If the cell C is white and in the neighborhood there are cells with colors, C' will have mix of these colors, brightened by a given coefficient, unless the resulting color is brighter than some threshold.
If C already has a color, C' will only be brightened, just as in the original version of the Chase example.
Copy the Chase example and implement an additional rule:
If the cell C is white and in the neighborhood there are cells with colors, C' will have mix of these colors, brightened by a given coefficient, unless the resulting color is brighter than some threshold.
If C already has a color, C' will only be brightened, just as in the original version of the Chase example.