summaryrefslogtreecommitdiff
path: root/gsoc_common.py
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-06-24 18:13:25 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-06-24 18:13:25 +0200
commite04cc64a963f3031c0c15277f9b8aed501a8570f (patch)
treef03b1b02f52d6d5b8bfdfe862939f1dcc6850d72 /gsoc_common.py
parentc0b52c1c841957b27e2dd82a11ecb3b4ff8db265 (diff)
Move tests into the Colour fork.
Diffstat (limited to 'gsoc_common.py')
-rw-r--r--gsoc_common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gsoc_common.py b/gsoc_common.py
index 695edc6..c235375 100644
--- a/gsoc_common.py
+++ b/gsoc_common.py
@@ -3,13 +3,11 @@ from colour import *
from colour.difference import delta_E_CIE1976
from colour.colorimetry import *
from colour.plotting import *
-from colour.models import RGB_COLOURSPACES
from matplotlib import pyplot as plt
D65_xy = ILLUMINANTS["CIE 1931 2 Degree Standard Observer"]["D65"]
D65 = SpectralDistribution(ILLUMINANT_SDS["D65"])
-colourspace = RGB_COLOURSPACES["ProPhoto RGB"]
# The same wavelength grid is used throughout
wvl = SpectralShape(360, 830, 5)