Top Level Namespace

Defined Under Namespace

Modules: CarrierWave, Carrierwave, Daltonize

Constant Summary collapse

D652E =

D65 to E and back

Matrix.diagonal(100 / 95.047, 100 / 100, 100 / 108.883)
E2D65 =
D652E ** -1
XYZ2BRAD =

Take CIE XYZ to Bradford cone space (a variant of LMS) See en.wikipedia.org/wiki/LMS_color_space#CMCCAT97

Matrix[[0.8951,  0.2664, -0.1614]
BRAD2XYZ =
XYZ2BRAD ** -1