Added missing colors to utils.color.py

This commit is contained in:
Grant Sanderson
2018-04-01 10:22:52 -07:00
parent c82417e008
commit 10bde4ab7c

View File

@ -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