From 1cb4de2227ebfcb5ca74c8ca4bddcb243b7da8cb Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 10 Jul 2014 11:48:00 +0200 Subject: [PATCH] Add |fillRgb| method to LabCS --- src/core/colorspace.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/colorspace.js b/src/core/colorspace.js index 0d1b671bf..7f01840fa 100644 --- a/src/core/colorspace.js +++ b/src/core/colorspace.js @@ -926,6 +926,7 @@ var LabCS = (function LabCSClosure() { return (inputLength * (3 + alpha01) / 3) | 0; }, isPassthrough: ColorSpace.prototype.isPassthrough, + fillRgb: ColorSpace.prototype.fillRgb, isDefaultDecode: function LabCS_isDefaultDecode(decodeMap) { // XXX: Decoding is handled with the lab conversion because of the strange // ranges that are used.