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

@ -130,7 +130,7 @@ class ClearLeftSide(SceneFromVideo):
def construct(self, scenename):
path = os.path.join(ANIMATIONS_DIR, MOVIE_PREFIX, scenename + ".mp4")
SceneFromVideo.construct(self, path)
self.highlight_region_over_time_range(
self.set_color_region_over_time_range(
Region(lambda x, y : x < -1, shape = self.shape)
)