UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

10 lines 193 B
export var xyzToLab = function xyzToLab(_ref) { var x = _ref.x, y = _ref.y, z = _ref.z; return { l: Math.max(116 * y - 16, 0), a: 500 * (x - y), b: 200 * (y - z) }; };