Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_layer_filledspline.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-05-15 19:47:49 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-05-15 19:47:49 (GMT)
commit536028c401e4a4fa8aa8815edb661d3faf5f6dcc (patch)
treecbc8e324649d36828c04a82c16b96f5c94c3751e /ep_layer_filledspline.py
parent5df6b4a80bc36ed657b85dc9d0f14defe59efdde (diff)
Added a layer for rendering linear cellular automata
Diffstat (limited to 'ep_layer_filledspline.py')
-rw-r--r--ep_layer_filledspline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_layer_filledspline.py b/ep_layer_filledspline.py
index fb7dc11..bc4e24b 100644
--- a/ep_layer_filledspline.py
+++ b/ep_layer_filledspline.py
@@ -118,8 +118,8 @@ class FilledSpline(model_layer.Layer):
line_width_constraint = cpool.get(self, 'line_width')
roundness_constraint = cpool.get(self, 'roundness')
self.colorgamut.mutate()
- self.colorgamut.mutate_color(self.linecolor)
- self.colorgamut.mutate_color(self.fillcolor)
+ self.colorgamut.adjust_color(self.linecolor)
+ self.colorgamut.adjust_color(self.fillcolor)
self.line_width = model_random.jitter_constrained(self.line_width, line_width_constraint)
self.roundness = model_random.jitter_constrained(self.roundness, roundness_constraint)
self.center.mutate()