Renamed 'highlight' to 'set_color'

This commit is contained in:
Grant Sanderson
2018-03-30 11:51:31 -07:00
parent 3ec4d89e10
commit 618590bee1
103 changed files with 3909 additions and 3910 deletions

View File

@ -173,7 +173,7 @@ class PartyHat(SVGMobject):
self.dots = VGroup(*self[self.NUM_FRILLS+1:])
self.frills.gradient_highlight(*self.frills_colors)
self.cone.highlight(self.cone_color)
self.cone.set_color(self.cone_color)
self.dots.gradient_highlight(*self.dots_colors)
class Laptop(VGroup):