mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Added missing colors to utils.color.py
This commit is contained in:
parent
c82417e008
commit
10bde4ab7c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import numpy as np
|
|||
import random
|
||||
|
||||
from colour import Color
|
||||
from colour import WHITE
|
||||
from colour import PALETTE
|
||||
|
||||
from utils.bezier import interpolate
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue