@thi.ng/color 5.2.8 → 5.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -13
- package/doc/assets/main.js +0 -54
- package/doc/assets/search.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.9",
|
|
4
4
|
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.4.
|
|
40
|
-
"@thi.ng/arrays": "^2.4.
|
|
41
|
-
"@thi.ng/binary": "^3.3.
|
|
39
|
+
"@thi.ng/api": "^8.4.5",
|
|
40
|
+
"@thi.ng/arrays": "^2.4.1",
|
|
41
|
+
"@thi.ng/binary": "^3.3.9",
|
|
42
42
|
"@thi.ng/checks": "^3.3.2",
|
|
43
|
-
"@thi.ng/compare": "^2.1.
|
|
44
|
-
"@thi.ng/compose": "^2.1.
|
|
45
|
-
"@thi.ng/defmulti": "^2.1.
|
|
43
|
+
"@thi.ng/compare": "^2.1.15",
|
|
44
|
+
"@thi.ng/compose": "^2.1.17",
|
|
45
|
+
"@thi.ng/defmulti": "^2.1.20",
|
|
46
46
|
"@thi.ng/errors": "^2.2.3",
|
|
47
|
-
"@thi.ng/math": "^5.3.
|
|
48
|
-
"@thi.ng/random": "^3.3.
|
|
49
|
-
"@thi.ng/strings": "^3.3.
|
|
50
|
-
"@thi.ng/transducers": "^8.3.
|
|
51
|
-
"@thi.ng/vectors": "^7.5.
|
|
47
|
+
"@thi.ng/math": "^5.3.12",
|
|
48
|
+
"@thi.ng/random": "^3.3.14",
|
|
49
|
+
"@thi.ng/strings": "^3.3.16",
|
|
50
|
+
"@thi.ng/transducers": "^8.3.22",
|
|
51
|
+
"@thi.ng/vectors": "^7.5.23"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-extractor": "^7.33.5",
|
|
@@ -424,5 +424,5 @@
|
|
|
424
424
|
"vectors"
|
|
425
425
|
]
|
|
426
426
|
},
|
|
427
|
-
"gitHead": "
|
|
427
|
+
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
|
|
428
428
|
}
|
package/doc/assets/main.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
"use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i<r.length;i++){var s=r[i],o=e[s];if(Array.isArray(o)){n[s]=o.slice();continue}if(typeof o=="string"||typeof o=="number"||typeof o=="boolean"){n[s]=o;continue}throw new TypeError("clone is not deep and does not support nested objects")}return n},t.FieldRef=function(e,n,r){this.docRef=e,this.fieldName=n,this._stringValue=r},t.FieldRef.joiner="/",t.FieldRef.fromString=function(e){var n=e.indexOf(t.FieldRef.joiner);if(n===-1)throw"malformed field ref string";var r=e.slice(0,n),i=e.slice(n+1);return new t.FieldRef(i,r,e)},t.FieldRef.prototype.toString=function(){return this._stringValue==null&&(this._stringValue=this.fieldName+t.FieldRef.joiner+this.docRef),this._stringValue};t.Set=function(e){if(this.elements=Object.create(null),e){this.length=e.length;for(var n=0;n<this.length;n++)this.elements[e[n]]=!0}else this.length=0},t.Set.complete={intersect:function(e){return e},union:function(){return this},contains:function(){return!0}},t.Set.empty={intersect:function(){return this},union:function(e){return e},contains:function(){return!1}},t.Set.prototype.contains=function(e){return!!this.elements[e]},t.Set.prototype.intersect=function(e){var n,r,i,s=[];if(e===t.Set.complete)return this;if(e===t.Set.empty)return e;this.length<e.length?(n=this,r=e):(n=e,r=this),i=Object.keys(n.elements);for(var o=0;o<i.length;o++){var a=i[o];a in r.elements&&s.push(a)}return new t.Set(s)},t.Set.prototype.union=function(e){return e===t.Set.complete?t.Set.complete:e===t.Set.empty?this:new t.Set(Object.keys(this.elements).concat(Object.keys(e.elements)))},t.idf=function(e,n){var r=0;for(var i in e)i!="_index"&&(r+=Object.keys(e[i]).length);var s=(n-r+.5)/(r+.5);return Math.log(1+Math.abs(s))},t.Token=function(e,n){this.str=e||"",this.metadata=n||{}},t.Token.prototype.toString=function(){return this.str},t.Token.prototype.update=function(e){return this.str=e(this.str,this.metadata),this},t.Token.prototype.clone=function(e){return e=e||function(n){return n},new t.Token(e(this.str,this.metadata),this.metadata)};t.tokenizer=function(e,n){if(e==null||e==null)return[];if(Array.isArray(e))return e.map(function(m){return new t.Token(t.utils.asString(m).toLowerCase(),t.utils.clone(n))});for(var r=e.toString().toLowerCase(),i=r.length,s=[],o=0,a=0;o<=i;o++){var u=r.charAt(o),l=o-a;if(u.match(t.tokenizer.separator)||o==i){if(l>0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index.
|
|
3
|
-
`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r<n;r++){for(var i=this._stack[r],s=[],o=0;o<e.length;o++){var a=i(e[o],o,e);if(!(a==null||a===""))if(Array.isArray(a))for(var u=0;u<a.length;u++)s.push(a[u]);else s.push(a)}e=s}return e},t.Pipeline.prototype.runString=function(e,n){var r=new t.Token(e,n);return this.run([r]).map(function(i){return i.toString()})},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})};t.Vector=function(e){this._magnitude=0,this.elements=e||[]},t.Vector.prototype.positionForIndex=function(e){if(this.elements.length==0)return 0;for(var n=0,r=this.elements.length/2,i=r-n,s=Math.floor(i/2),o=this.elements[s*2];i>1&&(o<e&&(n=s),o>e&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(o<e)return(s+1)*2},t.Vector.prototype.insert=function(e,n){this.upsert(e,n,function(){throw"duplicate index"})},t.Vector.prototype.upsert=function(e,n,r){this._magnitude=0;var i=this.positionForIndex(e);this.elements[i]==e?this.elements[i+1]=r(this.elements[i+1],n):this.elements.splice(i,0,e,n)},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var e=0,n=this.elements.length,r=1;r<n;r+=2){var i=this.elements[r];e+=i*i}return this._magnitude=Math.sqrt(e)},t.Vector.prototype.dot=function(e){for(var n=0,r=this.elements,i=e.elements,s=r.length,o=i.length,a=0,u=0,l=0,h=0;l<s&&h<o;)a=r[l],u=i[h],a<u?l+=2:a>u?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n<this.elements.length;n+=2,r++)e[r]=this.elements[n];return e},t.Vector.prototype.toJSON=function(){return this.elements};t.stemmer=function(){var e={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},n={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},r="[^aeiou]",i="[aeiouy]",s=r+"[^aeiouy]*",o=i+"[aeiou]*",a="^("+s+")?"+o+s,u="^("+s+")?"+o+s+"("+o+")?$",l="^("+s+")?"+o+s+o+s,h="^("+s+")?"+i,m=new RegExp(a),v=new RegExp(l),b=new RegExp(u),y=new RegExp(h),E=/^(.+?)(ss|i)es$/,f=/^(.+?)([^s])s$/,p=/^(.+?)eed$/,w=/^(.+?)(ed|ing)$/,S=/.$/,I=/(at|bl|iz)$/,_=new RegExp("([^aeiouylsz])\\1$"),z=new RegExp("^"+s+i+"[^aeiouwxy]$"),A=/^(.+?[^aeiou])y$/,q=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,$=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,V=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,W=/^(.+?)(s|t)(ion)$/,P=/^(.+?)e$/,U=/ll$/,G=new RegExp("^"+s+i+"[^aeiouwxy]$"),N=function(c){var g,C,T,d,x,O,D;if(c.length<3)return c;if(T=c.substr(0,1),T=="y"&&(c=T.toUpperCase()+c.substr(1)),d=E,x=f,d.test(c)?c=c.replace(d,"$1$2"):x.test(c)&&(c=c.replace(x,"$1$2")),d=p,x=w,d.test(c)){var L=d.exec(c);d=m,d.test(L[1])&&(d=S,c=c.replace(d,""))}else if(x.test(c)){var L=x.exec(c);g=L[1],x=y,x.test(g)&&(c=g,x=I,O=_,D=z,x.test(c)?c=c+"e":O.test(c)?(d=S,c=c.replace(d,"")):D.test(c)&&(c=c+"e"))}if(d=A,d.test(c)){var L=d.exec(c);g=L[1],c=g+"i"}if(d=q,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+e[C])}if(d=$,d.test(c)){var L=d.exec(c);g=L[1],C=L[2],d=m,d.test(g)&&(c=g+n[C])}if(d=V,x=W,d.test(c)){var L=d.exec(c);g=L[1],d=v,d.test(g)&&(c=g)}else if(x.test(c)){var L=x.exec(c);g=L[1]+L[2],x=v,x.test(g)&&(c=g)}if(d=P,d.test(c)){var L=d.exec(c);g=L[1],d=v,x=b,O=G,(d.test(g)||x.test(g)&&!O.test(g))&&(c=g)}return d=U,x=v,d.test(c)&&x.test(c)&&(d=S,c=c.replace(d,"")),T=="y"&&(c=T.toLowerCase()+c.substr(1)),c};return function(M){return M.update(N)}}(),t.Pipeline.registerFunction(t.stemmer,"stemmer");t.generateStopWordFilter=function(e){var n=e.reduce(function(r,i){return r[i]=i,r},{});return function(r){if(r&&n[r.toString()]!==r.toString())return r}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter");t.trimmer=function(e){return e.update(function(n){return n.replace(/^\W+/,"").replace(/\W+$/,"")})},t.Pipeline.registerFunction(t.trimmer,"trimmer");t.TokenSet=function(){this.final=!1,this.edges={},this.id=t.TokenSet._nextId,t.TokenSet._nextId+=1},t.TokenSet._nextId=1,t.TokenSet.fromArray=function(e){for(var n=new t.TokenSet.Builder,r=0,i=e.length;r<i;r++)n.insert(e[r]);return n.finish(),n.root},t.TokenSet.fromClause=function(e){return"editDistance"in e?t.TokenSet.fromFuzzyString(e.term,e.editDistance):t.TokenSet.fromString(e.term)},t.TokenSet.fromFuzzyString=function(e,n){for(var r=new t.TokenSet,i=[{node:r,editsRemaining:n,str:e}];i.length;){var s=i.pop();if(s.str.length>0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i<s;i++){var o=e[i],a=i==s-1;if(o=="*")n.edges[o]=n,n.final=a;else{var u=new t.TokenSet;u.final=a,n.edges[o]=u,n=u}}return r},t.TokenSet.prototype.toArray=function(){for(var e=[],n=[{prefix:"",node:this}];n.length;){var r=n.pop(),i=Object.keys(r.node.edges),s=i.length;r.node.final&&(r.prefix.charAt(0),e.push(r.prefix));for(var o=0;o<s;o++){var a=i[o];n.push({prefix:r.prefix.concat(a),node:r.node.edges[a]})}}return e},t.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",n=Object.keys(this.edges).sort(),r=n.length,i=0;i<r;i++){var s=n[i],o=this.edges[s];e=e+s+o.id}return e},t.TokenSet.prototype.intersect=function(e){for(var n=new t.TokenSet,r=void 0,i=[{qNode:e,output:n,node:this}];i.length;){r=i.pop();for(var s=Object.keys(r.qNode.edges),o=s.length,a=Object.keys(r.node.edges),u=a.length,l=0;l<o;l++)for(var h=s[l],m=0;m<u;m++){var v=a[m];if(v==h||h=="*"){var b=r.node.edges[v],y=r.qNode.edges[h],E=b.final&&y.final,f=void 0;v in r.output.edges?(f=r.output.edges[v],f.final=f.final||E):(f=new t.TokenSet,f.final=E,r.output.edges[v]=f),i.push({qNode:y,output:f,node:b})}}}return n},t.TokenSet.Builder=function(){this.previousWord="",this.root=new t.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},t.TokenSet.Builder.prototype.insert=function(e){var n,r=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var i=0;i<e.length&&i<this.previousWord.length&&e[i]==this.previousWord[i];i++)r++;this.minimize(r),this.uncheckedNodes.length==0?n=this.root:n=this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(var i=r;i<e.length;i++){var s=new t.TokenSet,o=e[i];n.edges[o]=s,this.uncheckedNodes.push({parent:n,char:o,child:s}),n=s}n.final=!0,this.previousWord=e},t.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},t.TokenSet.Builder.prototype.minimize=function(e){for(var n=this.uncheckedNodes.length-1;n>=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u<this.fields.length;u++)i[this.fields[u]]=new t.Vector;e.call(n,n);for(var u=0;u<n.clauses.length;u++){var l=n.clauses[u],h=null,m=t.Set.empty;l.usePipeline?h=this.pipeline.runString(l.term,{fields:l.fields}):h=[l.term];for(var v=0;v<h.length;v++){var b=h[v];l.term=b;var y=t.TokenSet.fromClause(l),E=this.tokenSet.intersect(y).toArray();if(E.length===0&&l.presence===t.Query.presence.REQUIRED){for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=t.Set.empty}break}for(var w=0;w<E.length;w++)for(var S=E[w],I=this.invertedIndex[S],_=I._index,f=0;f<l.fields.length;f++){var p=l.fields[f],z=I[p],A=Object.keys(z),q=S+"/"+p,$=new t.Set(A);if(l.presence==t.Query.presence.REQUIRED&&(m=m.union($),o[p]===void 0&&(o[p]=t.Set.complete)),l.presence==t.Query.presence.PROHIBITED){a[p]===void 0&&(a[p]=t.Set.empty),a[p]=a[p].union($);continue}if(i[p].upsert(_,l.boost,function(ke,Ie){return ke+Ie}),!s[q]){for(var V=0;V<A.length;V++){var W=A[V],P=new t.FieldRef(W,p),U=z[W],G;(G=r[P])===void 0?r[P]=new t.MatchData(S,p,U):G.add(S,p,U)}s[q]=!0}}}if(l.presence===t.Query.presence.REQUIRED)for(var f=0;f<l.fields.length;f++){var p=l.fields[f];o[p]=o[p].intersect(m)}}for(var N=t.Set.complete,M=t.Set.empty,u=0;u<this.fields.length;u++){var p=this.fields[u];o[p]&&(N=N.intersect(o[p])),a[p]&&(M=M.union(a[p]))}var c=Object.keys(r),g=[],C=Object.create(null);if(n.isNegated()){c=Object.keys(this.fieldVectors);for(var u=0;u<c.length;u++){var P=c[u],T=t.FieldRef.fromString(P);r[P]=new t.MatchData}}for(var u=0;u<c.length;u++){var T=t.FieldRef.fromString(c[u]),d=T.docRef;if(!!N.contains(d)&&!M.contains(d)){var x=this.fieldVectors[T],O=i[T.fieldName].similarity(x),D;if((D=C[d])!==void 0)D.score+=O,D.matchData.combine(r[T]);else{var L={ref:d,score:O,matchData:r[T]};C[d]=L,g.push(L)}}}return g.sort(function(we,Te){return Te.score-we.score})},t.Index.prototype.toJSON=function(){var e=Object.keys(this.invertedIndex).sort().map(function(r){return[r,this.invertedIndex[r]]},this),n=Object.keys(this.fieldVectors).map(function(r){return[r,this.fieldVectors[r].toJSON()]},this);return{version:t.version,fields:this.fields,fieldVectors:n,invertedIndex:e,pipeline:this.pipeline.toJSON()}},t.Index.load=function(e){var n={},r={},i=e.fieldVectors,s=Object.create(null),o=e.invertedIndex,a=new t.TokenSet.Builder,u=t.Pipeline.load(e.pipeline);e.version!=t.version&&t.utils.warn("Version mismatch when loading serialised index. Current version of lunr '"+t.version+"' does not match serialized index '"+e.version+"'");for(var l=0;l<i.length;l++){var h=i[l],m=h[0],v=h[1];r[m]=new t.Vector(v)}for(var l=0;l<o.length;l++){var h=o[l],b=h[0],y=h[1];a.insert(b),s[b]=y}return a.finish(),n.fields=e.fields,n.fieldVectors=r,n.invertedIndex=s,n.tokenSet=a.root,n.pipeline=u,new t.Index(n)};t.Builder=function(){this._ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=Object.create(null),this.fieldTermFrequencies={},this.fieldLengths={},this.tokenizer=t.tokenizer,this.pipeline=new t.Pipeline,this.searchPipeline=new t.Pipeline,this.documentCount=0,this._b=.75,this._k1=1.2,this.termIndex=0,this.metadataWhitelist=[]},t.Builder.prototype.ref=function(e){this._ref=e},t.Builder.prototype.field=function(e,n){if(/\//.test(e))throw new RangeError("Field '"+e+"' contains illegal character '/'");this._fields[e]=n||{}},t.Builder.prototype.b=function(e){e<0?this._b=0:e>1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s<i.length;s++){var o=i[s],a=this._fields[o].extractor,u=a?a(e):e[o],l=this.tokenizer(u,{fields:[o]}),h=this.pipeline.run(l),m=new t.FieldRef(r,o),v=Object.create(null);this.fieldTermFrequencies[m]=v,this.fieldLengths[m]=0,this.fieldLengths[m]+=h.length;for(var b=0;b<h.length;b++){var y=h[b];if(v[y]==null&&(v[y]=0),v[y]+=1,this.invertedIndex[y]==null){var E=Object.create(null);E._index=this.termIndex,this.termIndex+=1;for(var f=0;f<i.length;f++)E[i[f]]=Object.create(null);this.invertedIndex[y]=E}this.invertedIndex[y][o][r]==null&&(this.invertedIndex[y][o][r]=Object.create(null));for(var p=0;p<this.metadataWhitelist.length;p++){var w=this.metadataWhitelist[p],S=y.metadata[w];this.invertedIndex[y][o][r][w]==null&&(this.invertedIndex[y][o][r][w]=[]),this.invertedIndex[y][o][r][w].push(S)}}}},t.Builder.prototype.calculateAverageFieldLengths=function(){for(var e=Object.keys(this.fieldLengths),n=e.length,r={},i={},s=0;s<n;s++){var o=t.FieldRef.fromString(e[s]),a=o.fieldName;i[a]||(i[a]=0),i[a]+=1,r[a]||(r[a]=0),r[a]+=this.fieldLengths[o]}for(var u=Object.keys(this._fields),s=0;s<u.length;s++){var l=u[s];r[l]=r[l]/i[l]}this.averageFieldLength=r},t.Builder.prototype.createFieldVectors=function(){for(var e={},n=Object.keys(this.fieldTermFrequencies),r=n.length,i=Object.create(null),s=0;s<r;s++){for(var o=t.FieldRef.fromString(n[s]),a=o.fieldName,u=this.fieldLengths[o],l=new t.Vector,h=this.fieldTermFrequencies[o],m=Object.keys(h),v=m.length,b=this._fields[a].boost||1,y=this._documents[o.docRef].boost||1,E=0;E<v;E++){var f=m[E],p=h[f],w=this.invertedIndex[f]._index,S,I,_;i[f]===void 0?(S=t.idf(this.invertedIndex[f],this.documentCount),i[f]=S):S=i[f],I=S*((this._k1+1)*p)/(this._k1*(1-this._b+this._b*(u/this.averageFieldLength[a]))+p),I*=b,I*=y,_=Math.round(I*1e3)/1e3,l.insert(w,_)}e[o]=l}this.fieldVectors=e},t.Builder.prototype.createTokenSet=function(){this.tokenSet=t.TokenSet.fromArray(Object.keys(this.invertedIndex).sort())},t.Builder.prototype.build=function(){return this.calculateAverageFieldLengths(),this.createFieldVectors(),this.createTokenSet(),new t.Index({invertedIndex:this.invertedIndex,fieldVectors:this.fieldVectors,tokenSet:this.tokenSet,fields:Object.keys(this._fields),pipeline:this.searchPipeline})},t.Builder.prototype.use=function(e){var n=Array.prototype.slice.call(arguments,1);n.unshift(this),e.apply(this,n)},t.MatchData=function(e,n,r){for(var i=Object.create(null),s=Object.keys(r||{}),o=0;o<s.length;o++){var a=s[o];i[a]=r[a].slice()}this.metadata=Object.create(null),e!==void 0&&(this.metadata[e]=Object.create(null),this.metadata[e][n]=i)},t.MatchData.prototype.combine=function(e){for(var n=Object.keys(e.metadata),r=0;r<n.length;r++){var i=n[r],s=Object.keys(e.metadata[i]);this.metadata[i]==null&&(this.metadata[i]=Object.create(null));for(var o=0;o<s.length;o++){var a=s[o],u=Object.keys(e.metadata[i][a]);this.metadata[i][a]==null&&(this.metadata[i][a]=Object.create(null));for(var l=0;l<u.length;l++){var h=u[l];this.metadata[i][a][h]==null?this.metadata[i][a][h]=e.metadata[i][a][h]:this.metadata[i][a][h]=this.metadata[i][a][h].concat(e.metadata[i][a][h])}}}},t.MatchData.prototype.add=function(e,n,r){if(!(e in this.metadata)){this.metadata[e]=Object.create(null),this.metadata[e][n]=r;return}if(!(n in this.metadata[e])){this.metadata[e][n]=r;return}for(var i=Object.keys(r),s=0;s<i.length;s++){var o=i[s];o in this.metadata[e][n]?this.metadata[e][n][o]=this.metadata[e][n][o].concat(r[o]):this.metadata[e][n][o]=r[o]}},t.Query=function(e){this.clauses=[],this.allFields=e},t.Query.wildcard=new String("*"),t.Query.wildcard.NONE=0,t.Query.wildcard.LEADING=1,t.Query.wildcard.TRAILING=2,t.Query.presence={OPTIONAL:1,REQUIRED:2,PROHIBITED:3},t.Query.prototype.clause=function(e){return"fields"in e||(e.fields=this.allFields),"boost"in e||(e.boost=1),"usePipeline"in e||(e.usePipeline=!0),"wildcard"in e||(e.wildcard=t.Query.wildcard.NONE),e.wildcard&t.Query.wildcard.LEADING&&e.term.charAt(0)!=t.Query.wildcard&&(e.term="*"+e.term),e.wildcard&t.Query.wildcard.TRAILING&&e.term.slice(-1)!=t.Query.wildcard&&(e.term=""+e.term+"*"),"presence"in e||(e.presence=t.Query.presence.OPTIONAL),this.clauses.push(e),this},t.Query.prototype.isNegated=function(){for(var e=0;e<this.clauses.length;e++)if(this.clauses[e].presence!=t.Query.presence.PROHIBITED)return!1;return!0},t.Query.prototype.term=function(e,n){if(Array.isArray(e))return e.forEach(function(i){this.term(i,t.utils.clone(n))},this),this;var r=n||{};return r.term=e.toString(),this.clause(r),this},t.QueryParseError=function(e,n,r){this.name="QueryParseError",this.message=e,this.start=n,this.end=r},t.QueryParseError.prototype=new Error,t.QueryLexer=function(e){this.lexemes=[],this.str=e,this.length=e.length,this.pos=0,this.start=0,this.escapeCharPositions=[]},t.QueryLexer.prototype.run=function(){for(var e=t.QueryLexer.lexText;e;)e=e(this)},t.QueryLexer.prototype.sliceString=function(){for(var e=[],n=this.start,r=this.pos,i=0;i<this.escapeCharPositions.length;i++)r=this.escapeCharPositions[i],e.push(this.str.slice(n,r)),n=r+1;return e.push(this.str.slice(n,this.pos)),this.escapeCharPositions.length=0,e.join("")},t.QueryLexer.prototype.emit=function(e){this.lexemes.push({type:e,str:this.sliceString(),start:this.start,end:this.pos}),this.start=this.pos},t.QueryLexer.prototype.escapeCharacter=function(){this.escapeCharPositions.push(this.pos-1),this.pos+=1},t.QueryLexer.prototype.next=function(){if(this.pos>=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos<this.length},t.QueryLexer.EOS="EOS",t.QueryLexer.FIELD="FIELD",t.QueryLexer.TERM="TERM",t.QueryLexer.EDIT_DISTANCE="EDIT_DISTANCE",t.QueryLexer.BOOST="BOOST",t.QueryLexer.PRESENCE="PRESENCE",t.QueryLexer.lexField=function(e){return e.backup(),e.emit(t.QueryLexer.FIELD),e.ignore(),t.QueryLexer.lexText},t.QueryLexer.lexTerm=function(e){if(e.width()>1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i<s;i++)if(r[i]===n){r.splice(i,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return!0;let n=this.listeners[e.type].slice();for(let r=0,i=n.length;r<i;r++)n[r].call(this,e);return!e.defaultPrevented}};var ne=(t,e=100)=>{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;i<s;i++){n=this.anchors[i];let o=n.anchor.getBoundingClientRect();n.position=o.top+document.body.scrollTop}this.anchors.sort((i,s)=>i.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o<s&&i[o+1].position<r;)o+=1;this.index!=o&&(this.index>-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;o<s.length;o++){let a=s[o],u=r.data.rows[Number(a.ref)],l=1;u.name.toLowerCase().startsWith(i.toLowerCase())&&(l*=1+1/(1+Math.abs(u.name.length-i.length))),a.score*=l}s.sort((o,a)=>a.score-o.score);for(let o=0,a=Math.min(10,s.length);o<a;o++){let u=r.data.rows[Number(s[o].ref)],l=pe(u.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(l+=` (score: ${s[o].score.toFixed(2)})`),u.parent&&(l=`<span class="parent">${pe(u.parent,i)}.</span>${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`<b>${ie(t.substring(o,o+r.length))}</b>`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; }
|
|
4
|
-
`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})();
|
|
5
|
-
/*!
|
|
6
|
-
* lunr.Builder
|
|
7
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
8
|
-
*/
|
|
9
|
-
/*!
|
|
10
|
-
* lunr.Index
|
|
11
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
12
|
-
*/
|
|
13
|
-
/*!
|
|
14
|
-
* lunr.Pipeline
|
|
15
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
16
|
-
*/
|
|
17
|
-
/*!
|
|
18
|
-
* lunr.Set
|
|
19
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
20
|
-
*/
|
|
21
|
-
/*!
|
|
22
|
-
* lunr.TokenSet
|
|
23
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
24
|
-
*/
|
|
25
|
-
/*!
|
|
26
|
-
* lunr.Vector
|
|
27
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
28
|
-
*/
|
|
29
|
-
/*!
|
|
30
|
-
* lunr.stemmer
|
|
31
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
32
|
-
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
33
|
-
*/
|
|
34
|
-
/*!
|
|
35
|
-
* lunr.stopWordFilter
|
|
36
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
37
|
-
*/
|
|
38
|
-
/*!
|
|
39
|
-
* lunr.tokenizer
|
|
40
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
41
|
-
*/
|
|
42
|
-
/*!
|
|
43
|
-
* lunr.trimmer
|
|
44
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
45
|
-
*/
|
|
46
|
-
/*!
|
|
47
|
-
* lunr.utils
|
|
48
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
49
|
-
*/
|
|
50
|
-
/**
|
|
51
|
-
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
52
|
-
* Copyright (C) 2020 Oliver Nightingale
|
|
53
|
-
* @license MIT
|
|
54
|
-
*/
|
package/doc/assets/search.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":4194304,\"name\":\"Color\",\"url\":\"types/Color.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ReadonlyColor\",\"url\":\"types/ReadonlyColor.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"MaybeColor\",\"url\":\"types/MaybeColor.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ColorOp\",\"url\":\"types/ColorOp.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ColorOp.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ColorOp\"},{\"kind\":4194304,\"name\":\"ColorMode\",\"url\":\"types/ColorMode.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":8,\"name\":\"Hue\",\"url\":\"enums/Hue.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"RED\",\"url\":\"enums/Hue.html#RED\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"ORANGE\",\"url\":\"enums/Hue.html#ORANGE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"YELLOW\",\"url\":\"enums/Hue.html#YELLOW\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"CHARTREUSE\",\"url\":\"enums/Hue.html#CHARTREUSE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"GREEN\",\"url\":\"enums/Hue.html#GREEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"SPRING_GREEN\",\"url\":\"enums/Hue.html#SPRING_GREEN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"CYAN\",\"url\":\"enums/Hue.html#CYAN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"AZURE\",\"url\":\"enums/Hue.html#AZURE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"BLUE\",\"url\":\"enums/Hue.html#BLUE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"VIOLET\",\"url\":\"enums/Hue.html#VIOLET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"MAGENTA\",\"url\":\"enums/Hue.html#MAGENTA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":16,\"name\":\"ROSE\",\"url\":\"enums/Hue.html#ROSE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Hue\"},{\"kind\":256,\"name\":\"IColor\",\"url\":\"interfaces/IColor.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/IColor.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IColor\"},{\"kind\":256,\"name\":\"ChannelSpec\",\"url\":\"interfaces/ChannelSpec.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/ChannelSpec.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChannelSpec\"},{\"kind\":1024,\"name\":\"hue\",\"url\":\"interfaces/ChannelSpec.html#hue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChannelSpec\"},{\"kind\":256,\"name\":\"ColorSpec\",\"url\":\"interfaces/ColorSpec.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/ColorSpec.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorSpec\"},{\"kind\":1024,\"name\":\"channels\",\"url\":\"interfaces/ColorSpec.html#channels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorSpec\"},{\"kind\":1024,\"name\":\"order\",\"url\":\"interfaces/ColorSpec.html#order\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorSpec\"},{\"kind\":1024,\"name\":\"from\",\"url\":\"interfaces/ColorSpec.html#from\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorSpec\"},{\"kind\":1024,\"name\":\"toRgb\",\"url\":\"interfaces/ColorSpec.html#toRgb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorSpec\"},{\"kind\":4194304,\"name\":\"Conversions\",\"url\":\"types/Conversions.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"ColorFactory\",\"url\":\"interfaces/ColorFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"class\",\"url\":\"interfaces/ColorFactory.html#class\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorFactory\"},{\"kind\":2048,\"name\":\"random\",\"url\":\"interfaces/ColorFactory.html#random\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ColorFactory\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/ColorFactory.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorFactory\"},{\"kind\":2048,\"name\":\"mapBuffer\",\"url\":\"interfaces/ColorFactory.html#mapBuffer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"ColorFactory\"},{\"kind\":256,\"name\":\"TypedColorConstructor\",\"url\":\"interfaces/TypedColorConstructor.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/TypedColorConstructor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface\",\"parent\":\"TypedColorConstructor\"},{\"kind\":256,\"name\":\"TypedColor\",\"url\":\"interfaces/TypedColor.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"interfaces/TypedColor.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"interfaces/TypedColor.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"interfaces/TypedColor.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/TypedColor.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"interfaces/TypedColor.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"interfaces/TypedColor.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/TypedColor.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"interfaces/TypedColor.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"TypedColor\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/TypedColor.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/TypedColor.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"interfaces/TypedColor.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/TypedColor.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"interfaces/TypedColor.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"interfaces/TypedColor.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"interfaces/TypedColor.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TypedColor\"},{\"kind\":256,\"name\":\"IParsedColor\",\"url\":\"interfaces/IParsedColor.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/IParsedColor.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParsedColor\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"interfaces/IParsedColor.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IParsedColor\"},{\"kind\":128,\"name\":\"ParsedColor\",\"url\":\"classes/ParsedColor.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ParsedColor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ParsedColor\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/ParsedColor.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ParsedColor\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/ParsedColor.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ParsedColor\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/ParsedColor.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ParsedColor\"},{\"kind\":4194304,\"name\":\"ColorMatrix\",\"url\":\"types/ColorMatrix.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ColorDistance\",\"url\":\"types/ColorDistance.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"ColorMixFn\",\"url\":\"types/ColorMixFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ColorMixFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ColorMixFn\"},{\"kind\":32,\"name\":\"BLACK\",\"url\":\"variables/BLACK.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"WHITE\",\"url\":\"variables/WHITE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"RED\",\"url\":\"variables/RED.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"GREEN\",\"url\":\"variables/GREEN.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"BLUE\",\"url\":\"variables/BLUE.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"CYAN\",\"url\":\"variables/CYAN.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"MAGENTA\",\"url\":\"variables/MAGENTA.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"YELLOW\",\"url\":\"variables/YELLOW.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"RGB_LUMINANCE_REC601\",\"url\":\"variables/RGB_LUMINANCE_REC601.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"RGB_LUMINANCE_REC709\",\"url\":\"variables/RGB_LUMINANCE_REC709.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"RGB_LUMINANCE_REC2020\",\"url\":\"variables/RGB_LUMINANCE_REC2020.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"RGB_XYZ_D50\",\"url\":\"variables/RGB_XYZ_D50.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"XYZ_RGB_D50\",\"url\":\"variables/XYZ_RGB_D50.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"RGB_XYZ_D65\",\"url\":\"variables/RGB_XYZ_D65.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"XYZ_RGB_D65\",\"url\":\"variables/XYZ_RGB_D65.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"BRADFORD_D50_D65\",\"url\":\"variables/BRADFORD_D50_D65.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"BRADFORD_D65_D50\",\"url\":\"variables/BRADFORD_D65_D50.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"D50\",\"url\":\"variables/D50.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"D65\",\"url\":\"variables/D65.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OKLAB_M1\",\"url\":\"variables/OKLAB_M1.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"OKLAB_M2\",\"url\":\"variables/OKLAB_M2.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"setPrecision\",\"url\":\"functions/setPrecision.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"INV8BIT\",\"url\":\"variables/INV8BIT.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":32,\"name\":\"EPS\",\"url\":\"variables/EPS.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"CosineGradientPreset\",\"url\":\"types/CosineGradientPreset.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"CosineCoeffs\",\"url\":\"types/CosineCoeffs.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"CosGradientSpec\",\"url\":\"types/CosGradientSpec.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"GradientColorStop\",\"url\":\"types/GradientColorStop.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"GradientOpts\",\"url\":\"interfaces/GradientOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/GradientOpts.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GradientOpts\"},{\"kind\":1024,\"name\":\"stops\",\"url\":\"interfaces/GradientOpts.html#stops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GradientOpts\"},{\"kind\":1024,\"name\":\"mix\",\"url\":\"interfaces/GradientOpts.html#mix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GradientOpts\"},{\"kind\":1024,\"name\":\"easing\",\"url\":\"interfaces/GradientOpts.html#easing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GradientOpts\"},{\"kind\":256,\"name\":\"CosineGradientOpts\",\"url\":\"interfaces/CosineGradientOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"tx\",\"url\":\"interfaces/CosineGradientOpts.html#tx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CosineGradientOpts\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/CosineGradientOpts.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CosineGradientOpts\"},{\"kind\":1024,\"name\":\"stops\",\"url\":\"interfaces/CosineGradientOpts.html#stops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CosineGradientOpts\"},{\"kind\":1024,\"name\":\"mix\",\"url\":\"interfaces/CosineGradientOpts.html#mix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CosineGradientOpts\"},{\"kind\":1024,\"name\":\"easing\",\"url\":\"interfaces/CosineGradientOpts.html#easing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CosineGradientOpts\"},{\"kind\":4194304,\"name\":\"CSSColorName\",\"url\":\"types/CSSColorName.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":32,\"name\":\"CSS_NAMES\",\"url\":\"variables/CSS_NAMES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":4194304,\"name\":\"ColorRangePreset\",\"url\":\"types/ColorRangePreset.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"ColorRange\",\"url\":\"interfaces/ColorRange.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"interfaces/ColorRange.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRange\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"interfaces/ColorRange.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRange\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"interfaces/ColorRange.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRange\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"interfaces/ColorRange.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRange\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"interfaces/ColorRange.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRange\"},{\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/ColorRange.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRange\"},{\"kind\":256,\"name\":\"ColorRangeOpts\",\"url\":\"interfaces/ColorRangeOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/ColorRangeOpts.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRangeOpts\"},{\"kind\":1024,\"name\":\"base\",\"url\":\"interfaces/ColorRangeOpts.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRangeOpts\"},{\"kind\":1024,\"name\":\"variance\",\"url\":\"interfaces/ColorRangeOpts.html#variance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRangeOpts\"},{\"kind\":1024,\"name\":\"eps\",\"url\":\"interfaces/ColorRangeOpts.html#eps\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRangeOpts\"},{\"kind\":1024,\"name\":\"rnd\",\"url\":\"interfaces/ColorRangeOpts.html#rnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorRangeOpts\"},{\"kind\":256,\"name\":\"ColorThemePart\",\"url\":\"interfaces/ColorThemePart.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/ColorThemePart.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorThemePart\"},{\"kind\":1024,\"name\":\"base\",\"url\":\"interfaces/ColorThemePart.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorThemePart\"},{\"kind\":1024,\"name\":\"weight\",\"url\":\"interfaces/ColorThemePart.html#weight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ColorThemePart\"},{\"kind\":4194304,\"name\":\"ColorThemePartTuple\",\"url\":\"types/ColorThemePartTuple.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"SystemColors\",\"url\":\"interfaces/SystemColors.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"canvas\",\"url\":\"interfaces/SystemColors.html#canvas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"canvastext\",\"url\":\"interfaces/SystemColors.html#canvastext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"linktext\",\"url\":\"interfaces/SystemColors.html#linktext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"visitedtext\",\"url\":\"interfaces/SystemColors.html#visitedtext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"activetext\",\"url\":\"interfaces/SystemColors.html#activetext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"buttonface\",\"url\":\"interfaces/SystemColors.html#buttonface\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"buttontext\",\"url\":\"interfaces/SystemColors.html#buttontext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"buttonborder\",\"url\":\"interfaces/SystemColors.html#buttonborder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"field\",\"url\":\"interfaces/SystemColors.html#field\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"fieldtext\",\"url\":\"interfaces/SystemColors.html#fieldtext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"highlight\",\"url\":\"interfaces/SystemColors.html#highlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"highlighttext\",\"url\":\"interfaces/SystemColors.html#highlighttext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"mark\",\"url\":\"interfaces/SystemColors.html#mark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"marktext\",\"url\":\"interfaces/SystemColors.html#marktext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":1024,\"name\":\"graytext\",\"url\":\"interfaces/SystemColors.html#graytext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SystemColors\"},{\"kind\":32,\"name\":\"CSS_SYSTEM_COLORS\",\"url\":\"variables/CSS_SYSTEM_COLORS.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"setSystemColors\",\"url\":\"functions/setSystemColors.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"color\",\"url\":\"functions/color-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"contrast\",\"url\":\"functions/contrast.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"CONVERSIONS\",\"url\":\"variables/CONVERSIONS-1.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"convert\",\"url\":\"functions/convert.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"defColor\",\"url\":\"functions/defColor.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"css\",\"url\":\"functions/css.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"parseCss\",\"url\":\"functions/parseCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"parseHex\",\"url\":\"functions/parseHex.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hcyRgb\",\"url\":\"functions/hcyRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"HCY\",\"url\":\"classes/HCY.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HCY.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/HCY.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/HCY.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/HCY.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/HCY.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/HCY.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/HCY.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/HCY.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/HCY.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/HCY.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/HCY.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/HCY.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/HCY.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/HCY.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/HCY.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/HCY.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/HCY.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/HCY.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/HCY.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/HCY.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/HCY.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HCY\"},{\"kind\":64,\"name\":\"hcy\",\"url\":\"functions/hcy-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hsiRgb\",\"url\":\"functions/hsiRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"HSI\",\"url\":\"classes/HSI.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HSI.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/HSI.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/HSI.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/HSI.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/HSI.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"classes/HSI.html#s\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"i\",\"url\":\"classes/HSI.html#i\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/HSI.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/HSI.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/HSI.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/HSI.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/HSI.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/HSI.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/HSI.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/HSI.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/HSI.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/HSI.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/HSI.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/HSI.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/HSI.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/HSI.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSI\"},{\"kind\":64,\"name\":\"hsi\",\"url\":\"functions/hsi-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hslCss\",\"url\":\"functions/hslCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hslHsv\",\"url\":\"functions/hslHsv.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hslRgb\",\"url\":\"functions/hslRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"HSL\",\"url\":\"classes/HSL.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HSL.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/HSL.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/HSL.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/HSL.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/HSL.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"classes/HSL.html#s\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"classes/HSL.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/HSL.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/HSL.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/HSL.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/HSL.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/HSL.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/HSL.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/HSL.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/HSL.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/HSL.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/HSL.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/HSL.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/HSL.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/HSL.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/HSL.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSL\"},{\"kind\":64,\"name\":\"hsl\",\"url\":\"functions/hsl-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hsvCss\",\"url\":\"functions/hsvCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hsvHsl\",\"url\":\"functions/hsvHsl.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hsvRgb\",\"url\":\"functions/hsvRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"HSV\",\"url\":\"classes/HSV.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HSV.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/HSV.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/HSV.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/HSV.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/HSV.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"s\",\"url\":\"classes/HSV.html#s\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"v\",\"url\":\"classes/HSV.html#v\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/HSV.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/HSV.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/HSV.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/HSV.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/HSV.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/HSV.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/HSV.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/HSV.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/HSV.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/HSV.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/HSV.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/HSV.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/HSV.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/HSV.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HSV\"},{\"kind\":64,\"name\":\"hsv\",\"url\":\"functions/hsv-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intArgb32Css\",\"url\":\"functions/intArgb32Css.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intRgb24Css\",\"url\":\"functions/intRgb24Css.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intArgb32Abgr32\",\"url\":\"functions/intArgb32Abgr32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intAbgr32Argb32\",\"url\":\"functions/intAbgr32Argb32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intArgb32Rgb\",\"url\":\"functions/intArgb32Rgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intRgb24Rgb\",\"url\":\"functions/intRgb24Rgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intAbgr32Rgb\",\"url\":\"functions/intAbgr32Rgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intBgr24Rgb\",\"url\":\"functions/intBgr24Rgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intArgb32Srgb\",\"url\":\"functions/intArgb32Srgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intAbgr32Srgb\",\"url\":\"functions/intAbgr32Srgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intRgb24Srgb\",\"url\":\"functions/intRgb24Srgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"intBgr24Srgb\",\"url\":\"functions/intBgr24Srgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Int32\",\"url\":\"classes/Int32.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Int32.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/Int32.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/Int32.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/Int32.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/Int32.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":262144,\"name\":\"mode\",\"url\":\"classes/Int32.html#mode\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/Int32.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/Int32.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/Int32.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/Int32.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":262144,\"name\":\"length\",\"url\":\"classes/Int32.html#length\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":262144,\"name\":\"range\",\"url\":\"classes/Int32.html#range\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":262144,\"name\":\"alpha\",\"url\":\"classes/Int32.html#alpha\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Int32.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/Int32.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/Int32.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Int32.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/Int32.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Int32.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Int32\"},{\"kind\":128,\"name\":\"ARGB\",\"url\":\"classes/ARGB.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ARGB.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"mode\",\"url\":\"classes/ARGB.html#mode\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"r\",\"url\":\"classes/ARGB.html#r\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"g\",\"url\":\"classes/ARGB.html#g\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"b\",\"url\":\"classes/ARGB.html#b\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/ARGB.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/ARGB.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/ARGB.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ARGB\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/ARGB.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/ARGB.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/ARGB.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/ARGB.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/ARGB.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"length\",\"url\":\"classes/ARGB.html#length\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"range\",\"url\":\"classes/ARGB.html#range\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":262144,\"name\":\"alpha\",\"url\":\"classes/ARGB.html#alpha\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/ARGB.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/ARGB.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/ARGB.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/ARGB.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ARGB.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/ARGB.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ARGB\"},{\"kind\":128,\"name\":\"ABGR\",\"url\":\"classes/ABGR.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ABGR.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"mode\",\"url\":\"classes/ABGR.html#mode\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"r\",\"url\":\"classes/ABGR.html#r\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"g\",\"url\":\"classes/ABGR.html#g\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"b\",\"url\":\"classes/ABGR.html#b\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/ABGR.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/ABGR.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/ABGR.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ABGR\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/ABGR.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":1024,\"name\":\"value\",\"url\":\"classes/ABGR.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/ABGR.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/ABGR.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/ABGR.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"length\",\"url\":\"classes/ABGR.html#length\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"range\",\"url\":\"classes/ABGR.html#range\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":262144,\"name\":\"alpha\",\"url\":\"classes/ABGR.html#alpha\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/ABGR.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/ABGR.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/ABGR.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/ABGR.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ABGR.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/ABGR.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ABGR\"},{\"kind\":64,\"name\":\"argb32\",\"url\":\"functions/argb32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"abgr32\",\"url\":\"functions/abgr32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labCss\",\"url\":\"functions/labCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labLabD50_65\",\"url\":\"functions/labLabD50_65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labLabD65_50\",\"url\":\"functions/labLabD65_50.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labLch\",\"url\":\"functions/labLch.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"lchLab\",\"url\":\"functions/lchLab.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labRgb\",\"url\":\"functions/labRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labRgbD65\",\"url\":\"functions/labRgbD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labXyz\",\"url\":\"functions/labXyz.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"labXyzD65\",\"url\":\"functions/labXyzD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"LabD50\",\"url\":\"classes/LabD50.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LabD50.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/LabD50.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/LabD50.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/LabD50.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"classes/LabD50.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/LabD50.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/LabD50.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/LabD50.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/LabD50.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/LabD50.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/LabD50.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/LabD50.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/LabD50.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/LabD50.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/LabD50.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/LabD50.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/LabD50.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/LabD50.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/LabD50.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/LabD50.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/LabD50.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD50\"},{\"kind\":64,\"name\":\"labD50\",\"url\":\"functions/labD50-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"LabD65\",\"url\":\"classes/LabD65.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LabD65.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/LabD65.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/LabD65.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/LabD65.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"classes/LabD65.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/LabD65.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/LabD65.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/LabD65.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/LabD65.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/LabD65.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/LabD65.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/LabD65.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/LabD65.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/LabD65.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/LabD65.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/LabD65.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/LabD65.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/LabD65.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/LabD65.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/LabD65.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/LabD65.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LabD65\"},{\"kind\":64,\"name\":\"labD65\",\"url\":\"functions/labD65-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"lchCss\",\"url\":\"functions/lchCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"LCH\",\"url\":\"classes/LCH.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LCH.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/LCH.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/LCH.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/LCH.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"classes/LCH.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"classes/LCH.html#c\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"h\",\"url\":\"classes/LCH.html#h\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/LCH.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/LCH.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/LCH.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/LCH.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/LCH.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/LCH.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/LCH.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/LCH.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/LCH.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/LCH.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/LCH.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/LCH.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/LCH.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/LCH.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"LCH\"},{\"kind\":64,\"name\":\"lch\",\"url\":\"functions/lch-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"oklabRgb\",\"url\":\"functions/oklabRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"oklabXyzD65\",\"url\":\"functions/oklabXyzD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"Oklab\",\"url\":\"classes/Oklab.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Oklab.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/Oklab.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/Oklab.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/Oklab.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"classes/Oklab.html#l\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"a\",\"url\":\"classes/Oklab.html#a\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/Oklab.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/Oklab.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/Oklab.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/Oklab.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/Oklab.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/Oklab.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/Oklab.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/Oklab.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/Oklab.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/Oklab.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/Oklab.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/Oklab.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Oklab.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/Oklab.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Oklab.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Oklab\"},{\"kind\":64,\"name\":\"oklab\",\"url\":\"functions/oklab-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"alpha\",\"url\":\"functions/alpha.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"setAlpha\",\"url\":\"functions/setAlpha.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"defAnalog\",\"url\":\"functions/defAnalog.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"analog\",\"url\":\"functions/analog.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"analogHsv\",\"url\":\"functions/analogHsv.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"analogRgb\",\"url\":\"functions/analogRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"clamp\",\"url\":\"functions/clamp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"clampH\",\"url\":\"functions/clampH.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"closestHue\",\"url\":\"functions/closestHue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"closestPrimaryHue\",\"url\":\"functions/closestPrimaryHue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"colorsFromRange\",\"url\":\"functions/colorsFromRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"colorsFromTheme\",\"url\":\"functions/colorsFromTheme.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"COLOR_RANGES\",\"url\":\"variables/COLOR_RANGES.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"colorFromRange\",\"url\":\"functions/colorFromRange.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"COSINE_GRADIENTS\",\"url\":\"variables/COSINE_GRADIENTS.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"cosineColor\",\"url\":\"functions/cosineColor.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cosineGradient\",\"url\":\"functions/cosineGradient.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cosineGradientBuffer\",\"url\":\"functions/cosineGradientBuffer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cosineCoeffs\",\"url\":\"functions/cosineCoeffs-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"multiCosineGradient\",\"url\":\"functions/multiCosineGradient.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distChannel\",\"url\":\"functions/distChannel.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distHsv\",\"url\":\"functions/distHsv.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distHsvSat\",\"url\":\"functions/distHsvSat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distHsvLuma\",\"url\":\"functions/distHsvLuma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distEucledian3\",\"url\":\"functions/distEucledian3.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distEucledian4\",\"url\":\"functions/distEucledian4.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distRgbLuma\",\"url\":\"functions/distRgbLuma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distSrgbLuma\",\"url\":\"functions/distSrgbLuma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distRgbRed\",\"url\":\"functions/distRgbRed.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distRgbGreen\",\"url\":\"functions/distRgbGreen.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distRgbBlue\",\"url\":\"functions/distRgbBlue.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distCIEDE2000\",\"url\":\"functions/distCIEDE2000.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"distCMC\",\"url\":\"functions/distCMC.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"multiColorGradient\",\"url\":\"functions/multiColorGradient.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"multiColorGradientBuffer\",\"url\":\"functions/multiColorGradientBuffer.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"invertRgb\",\"url\":\"functions/invertRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"invertInt\",\"url\":\"functions/invertInt.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"invert\",\"url\":\"functions/invert.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isBlack\",\"url\":\"functions/isBlack.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isRgbGamut\",\"url\":\"functions/isRgbGamut.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isGray\",\"url\":\"functions/isGray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isWhite\",\"url\":\"functions/isWhite.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"linearSrgb\",\"url\":\"functions/linearSrgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"srgbLinear\",\"url\":\"functions/srgbLinear.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceRgb\",\"url\":\"functions/luminanceRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceSrgb\",\"url\":\"functions/luminanceSrgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceIntArgb32\",\"url\":\"functions/luminanceIntArgb32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceIntAbgr32\",\"url\":\"functions/luminanceIntAbgr32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceArgb32\",\"url\":\"functions/luminanceArgb32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceAbgr32\",\"url\":\"functions/luminanceAbgr32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminance\",\"url\":\"functions/luminance.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"maxChroma\",\"url\":\"functions/maxChroma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"lchMaxChroma\",\"url\":\"functions/lchMaxChroma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"maxLumaChroma\",\"url\":\"functions/maxLumaChroma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/maxLumaChroma.html#maxLumaChroma.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"maxLumaChroma.maxLumaChroma\"},{\"kind\":1024,\"name\":\"l\",\"url\":\"functions/maxLumaChroma.html#maxLumaChroma.__type.l\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"maxLumaChroma.maxLumaChroma.__type\"},{\"kind\":1024,\"name\":\"c\",\"url\":\"functions/maxLumaChroma.html#maxLumaChroma.__type.c\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"maxLumaChroma.maxLumaChroma.__type\"},{\"kind\":64,\"name\":\"lchMaxLumaChroma\",\"url\":\"functions/lchMaxLumaChroma.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"defMix\",\"url\":\"functions/defMix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixH\",\"url\":\"functions/mixH.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixN\",\"url\":\"functions/mixN.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixHNNN\",\"url\":\"functions/mixHNNN.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixNNHN\",\"url\":\"functions/mixNNHN.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mixNNNN\",\"url\":\"functions/mixNNNN.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mix\",\"url\":\"functions/mix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rotate\",\"url\":\"functions/rotate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"complementary\",\"url\":\"functions/complementary.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"selectChannel\",\"url\":\"functions/selectChannel.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/selectChannel.html#selectChannel.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"selectChannel.selectChannel\"},{\"kind\":64,\"name\":\"proximity\",\"url\":\"functions/proximity.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/proximity.html#proximity.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"proximity.proximity\"},{\"kind\":64,\"name\":\"proximityABGR32\",\"url\":\"functions/proximityABGR32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/proximityABGR32.html#proximityABGR32.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"proximityABGR32.proximityABGR32\"},{\"kind\":64,\"name\":\"sort\",\"url\":\"functions/sort.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sortMapped\",\"url\":\"functions/sortMapped.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"complementaryStrategy\",\"url\":\"functions/complementaryStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"analogStrategy\",\"url\":\"functions/analogStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"splitAnalogStrategy\",\"url\":\"functions/splitAnalogStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"splitComplementaryStrategy\",\"url\":\"functions/splitComplementaryStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"monochromeStrategy\",\"url\":\"functions/monochromeStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"triadicStrategy\",\"url\":\"functions/triadicStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tetradicStrategy\",\"url\":\"functions/tetradicStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"squareStrategy\",\"url\":\"functions/squareStrategy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"swatches\",\"url\":\"functions/swatches.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"swatchesH\",\"url\":\"functions/swatchesH.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dotsH\",\"url\":\"functions/dotsH.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"swatchesV\",\"url\":\"functions/swatchesV.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"dotsV\",\"url\":\"functions/dotsV.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tint\",\"url\":\"functions/tint.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tone\",\"url\":\"functions/tone.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"shade\",\"url\":\"functions/shade.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"transform\",\"url\":\"functions/transform.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"concat\",\"url\":\"functions/concat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"IDENTITY\",\"url\":\"variables/IDENTITY.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":64,\"name\":\"subtractMat\",\"url\":\"functions/subtractMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"brightnessMat\",\"url\":\"functions/brightnessMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"contrastMat\",\"url\":\"functions/contrastMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"exposureMat\",\"url\":\"functions/exposureMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"saturationMat\",\"url\":\"functions/saturationMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"hueRotateMat\",\"url\":\"functions/hueRotateMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"temperatureMat\",\"url\":\"functions/temperatureMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"sepiaMat\",\"url\":\"functions/sepiaMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"tintMat\",\"url\":\"functions/tintMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"grayscaleMat\",\"url\":\"functions/grayscaleMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"luminanceAlphaMat\",\"url\":\"functions/luminanceAlphaMat.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"variations\",\"url\":\"functions/variations.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"VariationOpts\",\"url\":\"interfaces/VariationOpts.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"num\",\"url\":\"interfaces/VariationOpts.html#num\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VariationOpts\"},{\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/VariationOpts.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VariationOpts\"},{\"kind\":1024,\"name\":\"delta\",\"url\":\"interfaces/VariationOpts.html#delta\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VariationOpts\"},{\"kind\":1024,\"name\":\"rnd\",\"url\":\"interfaces/VariationOpts.html#rnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"VariationOpts\"},{\"kind\":64,\"name\":\"hueRgb\",\"url\":\"functions/hueRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"namedHueRgb\",\"url\":\"functions/namedHueRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"kelvinRgb\",\"url\":\"functions/kelvinRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbCss\",\"url\":\"functions/rgbCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbHcv\",\"url\":\"functions/rgbHcv.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbHcy\",\"url\":\"functions/rgbHcy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbHsi\",\"url\":\"functions/rgbHsi.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbHsl\",\"url\":\"functions/rgbHsl.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbHsv\",\"url\":\"functions/rgbHsv.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbLab\",\"url\":\"functions/rgbLab.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbLabD65\",\"url\":\"functions/rgbLabD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbOklab\",\"url\":\"functions/rgbOklab.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbSrgb\",\"url\":\"functions/rgbSrgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbSrgbApprox\",\"url\":\"functions/rgbSrgbApprox.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbXyz\",\"url\":\"functions/rgbXyz.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbXyzD65\",\"url\":\"functions/rgbXyzD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rgbYcc\",\"url\":\"functions/rgbYcc.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"RGB\",\"url\":\"classes/RGB.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RGB.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/RGB.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/RGB.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/RGB.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"r\",\"url\":\"classes/RGB.html#r\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"g\",\"url\":\"classes/RGB.html#g\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/RGB.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/RGB.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/RGB.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/RGB.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/RGB.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/RGB.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/RGB.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/RGB.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/RGB.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/RGB.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/RGB.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/RGB.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/RGB.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/RGB.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/RGB.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"RGB\"},{\"kind\":64,\"name\":\"rgb\",\"url\":\"functions/rgb-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"srgbCss\",\"url\":\"functions/srgbCss.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"srgbIntArgb32\",\"url\":\"functions/srgbIntArgb32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"srgbIntAbgr32\",\"url\":\"functions/srgbIntAbgr32.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"srgbRgb\",\"url\":\"functions/srgbRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"srgbRgbApprox\",\"url\":\"functions/srgbRgbApprox.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"SRGB\",\"url\":\"classes/SRGB.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SRGB.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/SRGB.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/SRGB.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/SRGB.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"r\",\"url\":\"classes/SRGB.html#r\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"g\",\"url\":\"classes/SRGB.html#g\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"b\",\"url\":\"classes/SRGB.html#b\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/SRGB.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/SRGB.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/SRGB.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/SRGB.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/SRGB.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/SRGB.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/SRGB.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/SRGB.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/SRGB.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/SRGB.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/SRGB.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/SRGB.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/SRGB.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/SRGB.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"SRGB\"},{\"kind\":64,\"name\":\"srgb\",\"url\":\"functions/srgb-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyyXyz\",\"url\":\"functions/xyyXyz.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"XYY\",\"url\":\"classes/XYY.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/XYY.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/XYY.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/XYY.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/XYY.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/XYY.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/XYY.html#y-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"Y\",\"url\":\"classes/XYY.html#Y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/XYY.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/XYY.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/XYY.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/XYY.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/XYY.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/XYY.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/XYY.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/XYY.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/XYY.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/XYY.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/XYY.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/XYY.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/XYY.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/XYY.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYY\"},{\"kind\":64,\"name\":\"xyy\",\"url\":\"functions/xyy-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wavelengthXyz\",\"url\":\"functions/wavelengthXyz.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzLab\",\"url\":\"functions/xyzLab.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzLabD65\",\"url\":\"functions/xyzLabD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzOklab\",\"url\":\"functions/xyzOklab.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzRgb\",\"url\":\"functions/xyzRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzRgbD65\",\"url\":\"functions/xyzRgbD65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzXyy\",\"url\":\"functions/xyzXyy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzXyzD65_50\",\"url\":\"functions/xyzXyzD65_50.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"xyzXyzD50_65\",\"url\":\"functions/xyzXyzD50_65.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"XYZD50\",\"url\":\"classes/XYZD50.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/XYZD50.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/XYZD50.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/XYZD50.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/XYZD50.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/XYZD50.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/XYZD50.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"classes/XYZD50.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/XYZD50.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/XYZD50.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/XYZD50.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/XYZD50.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/XYZD50.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/XYZD50.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/XYZD50.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/XYZD50.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/XYZD50.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/XYZD50.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/XYZD50.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/XYZD50.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/XYZD50.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/XYZD50.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD50\"},{\"kind\":64,\"name\":\"xyzD50\",\"url\":\"functions/xyzD50-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"XYZD65\",\"url\":\"classes/XYZD65.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/XYZD65.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/XYZD65.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/XYZD65.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/XYZD65.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"x\",\"url\":\"classes/XYZD65.html#x\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/XYZD65.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"z\",\"url\":\"classes/XYZD65.html#z\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/XYZD65.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/XYZD65.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/XYZD65.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/XYZD65.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/XYZD65.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/XYZD65.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/XYZD65.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/XYZD65.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/XYZD65.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/XYZD65.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/XYZD65.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/XYZD65.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/XYZD65.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/XYZD65.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"XYZD65\"},{\"kind\":64,\"name\":\"xyzD65\",\"url\":\"functions/xyzD65-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"yccRgb\",\"url\":\"functions/yccRgb.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":128,\"name\":\"YCC\",\"url\":\"classes/YCC.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/YCC.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"buf\",\"url\":\"classes/YCC.html#buf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/YCC.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"stride\",\"url\":\"classes/YCC.html#stride\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"y\",\"url\":\"classes/YCC.html#y\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"cb\",\"url\":\"classes/YCC.html#cb\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"cr\",\"url\":\"classes/YCC.html#cr\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"alpha\",\"url\":\"classes/YCC.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/YCC.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"length\",\"url\":\"classes/YCC.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":1024,\"name\":\"range\",\"url\":\"classes/YCC.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"clamp\",\"url\":\"classes/YCC.html#clamp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"copy\",\"url\":\"classes/YCC.html#copy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"copyView\",\"url\":\"classes/YCC.html#copyView\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"deref\",\"url\":\"classes/YCC.html#deref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/YCC.html#empty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"eqDelta\",\"url\":\"classes/YCC.html#eqDelta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"randomize\",\"url\":\"classes/YCC.html#randomize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"set\",\"url\":\"classes/YCC.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/YCC.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/YCC.html#_iterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"YCC\"},{\"kind\":64,\"name\":\"ycc\",\"url\":\"functions/ycc-1.html\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,56.616]],[\"comment/0\",[]],[\"name/1\",[1,61.724]],[\"comment/1\",[]],[\"name/2\",[2,61.724]],[\"comment/2\",[]],[\"name/3\",[3,61.724]],[\"comment/3\",[]],[\"name/4\",[4,47.061]],[\"comment/4\",[]],[\"name/5\",[5,61.724]],[\"comment/5\",[]],[\"name/6\",[6,56.616]],[\"comment/6\",[]],[\"name/7\",[7,56.616]],[\"comment/7\",[]],[\"name/8\",[8,61.724]],[\"comment/8\",[]],[\"name/9\",[9,56.616]],[\"comment/9\",[]],[\"name/10\",[10,61.724]],[\"comment/10\",[]],[\"name/11\",[11,56.616]],[\"comment/11\",[]],[\"name/12\",[12,61.724]],[\"comment/12\",[]],[\"name/13\",[13,56.616]],[\"comment/13\",[]],[\"name/14\",[14,61.724]],[\"comment/14\",[]],[\"name/15\",[15,56.616]],[\"comment/15\",[]],[\"name/16\",[16,61.724]],[\"comment/16\",[]],[\"name/17\",[17,56.616]],[\"comment/17\",[]],[\"name/18\",[18,61.724]],[\"comment/18\",[]],[\"name/19\",[19,61.724]],[\"comment/19\",[]],[\"name/20\",[20,34.643]],[\"comment/20\",[]],[\"name/21\",[21,61.724]],[\"comment/21\",[]],[\"name/22\",[22,35.098]],[\"comment/22\",[]],[\"name/23\",[6,56.616]],[\"comment/23\",[]],[\"name/24\",[23,61.724]],[\"comment/24\",[]],[\"name/25\",[20,34.643]],[\"comment/25\",[]],[\"name/26\",[24,61.724]],[\"comment/26\",[]],[\"name/27\",[25,61.724]],[\"comment/27\",[]],[\"name/28\",[26,61.724]],[\"comment/28\",[]],[\"name/29\",[27,61.724]],[\"comment/29\",[]],[\"name/30\",[28,56.616]],[\"comment/30\",[]],[\"name/31\",[29,61.724]],[\"comment/31\",[]],[\"name/32\",[30,61.724]],[\"comment/32\",[]],[\"name/33\",[31,61.724]],[\"comment/33\",[]],[\"name/34\",[22,35.098]],[\"comment/34\",[]],[\"name/35\",[32,61.724]],[\"comment/35\",[]],[\"name/36\",[33,61.724]],[\"comment/36\",[]],[\"name/37\",[34,36.074]],[\"comment/37\",[]],[\"name/38\",[35,61.724]],[\"comment/38\",[]],[\"name/39\",[36,36.601]],[\"comment/39\",[]],[\"name/40\",[37,36.601]],[\"comment/40\",[]],[\"name/41\",[38,36.601]],[\"comment/41\",[]],[\"name/42\",[22,35.098]],[\"comment/42\",[]],[\"name/43\",[39,36.074]],[\"comment/43\",[]],[\"name/44\",[40,36.601]],[\"comment/44\",[]],[\"name/45\",[41,36.601]],[\"comment/45\",[]],[\"name/46\",[42,36.601]],[\"comment/46\",[]],[\"name/47\",[20,34.643]],[\"comment/47\",[]],[\"name/48\",[43,35.574]],[\"comment/48\",[]],[\"name/49\",[44,36.601]],[\"comment/49\",[]],[\"name/50\",[45,36.601]],[\"comment/50\",[]],[\"name/51\",[46,36.601]],[\"comment/51\",[]],[\"name/52\",[47,36.601]],[\"comment/52\",[]],[\"name/53\",[48,36.601]],[\"comment/53\",[]],[\"name/54\",[49,61.724]],[\"comment/54\",[]],[\"name/55\",[20,34.643]],[\"comment/55\",[]],[\"name/56\",[43,35.574]],[\"comment/56\",[]],[\"name/57\",[50,61.724]],[\"comment/57\",[]],[\"name/58\",[34,36.074]],[\"comment/58\",[]],[\"name/59\",[20,34.643]],[\"comment/59\",[]],[\"name/60\",[51,50.738]],[\"comment/60\",[]],[\"name/61\",[43,35.574]],[\"comment/61\",[]],[\"name/62\",[52,61.724]],[\"comment/62\",[]],[\"name/63\",[53,61.724]],[\"comment/63\",[]],[\"name/64\",[54,61.724]],[\"comment/64\",[]],[\"name/65\",[4,47.061]],[\"comment/65\",[]],[\"name/66\",[55,61.724]],[\"comment/66\",[]],[\"name/67\",[56,61.724]],[\"comment/67\",[]],[\"name/68\",[7,56.616]],[\"comment/68\",[]],[\"name/69\",[11,56.616]],[\"comment/69\",[]],[\"name/70\",[15,56.616]],[\"comment/70\",[]],[\"name/71\",[13,56.616]],[\"comment/71\",[]],[\"name/72\",[17,56.616]],[\"comment/72\",[]],[\"name/73\",[9,56.616]],[\"comment/73\",[]],[\"name/74\",[57,61.724]],[\"comment/74\",[]],[\"name/75\",[58,61.724]],[\"comment/75\",[]],[\"name/76\",[59,61.724]],[\"comment/76\",[]],[\"name/77\",[60,61.724]],[\"comment/77\",[]],[\"name/78\",[61,61.724]],[\"comment/78\",[]],[\"name/79\",[62,61.724]],[\"comment/79\",[]],[\"name/80\",[63,61.724]],[\"comment/80\",[]],[\"name/81\",[64,61.724]],[\"comment/81\",[]],[\"name/82\",[65,61.724]],[\"comment/82\",[]],[\"name/83\",[66,61.724]],[\"comment/83\",[]],[\"name/84\",[67,61.724]],[\"comment/84\",[]],[\"name/85\",[68,61.724]],[\"comment/85\",[]],[\"name/86\",[69,61.724]],[\"comment/86\",[]],[\"name/87\",[70,61.724]],[\"comment/87\",[]],[\"name/88\",[71,61.724]],[\"comment/88\",[]],[\"name/89\",[72,56.616]],[\"comment/89\",[]],[\"name/90\",[73,61.724]],[\"comment/90\",[]],[\"name/91\",[74,56.616]],[\"comment/91\",[]],[\"name/92\",[75,61.724]],[\"comment/92\",[]],[\"name/93\",[76,61.724]],[\"comment/93\",[]],[\"name/94\",[77,61.724]],[\"comment/94\",[]],[\"name/95\",[78,50.738]],[\"comment/95\",[]],[\"name/96\",[79,56.616]],[\"comment/96\",[]],[\"name/97\",[80,53.251]],[\"comment/97\",[]],[\"name/98\",[81,56.616]],[\"comment/98\",[]],[\"name/99\",[82,61.724]],[\"comment/99\",[]],[\"name/100\",[83,61.724]],[\"comment/100\",[]],[\"name/101\",[78,50.738]],[\"comment/101\",[]],[\"name/102\",[79,56.616]],[\"comment/102\",[]],[\"name/103\",[80,53.251]],[\"comment/103\",[]],[\"name/104\",[81,56.616]],[\"comment/104\",[]],[\"name/105\",[84,61.724]],[\"comment/105\",[]],[\"name/106\",[85,61.724]],[\"comment/106\",[]],[\"name/107\",[86,61.724]],[\"comment/107\",[]],[\"name/108\",[87,61.724]],[\"comment/108\",[]],[\"name/109\",[88,47.061]],[\"comment/109\",[]],[\"name/110\",[89,50.738]],[\"comment/110\",[]],[\"name/111\",[90,45.63]],[\"comment/111\",[]],[\"name/112\",[91,50.738]],[\"comment/112\",[]],[\"name/113\",[92,44.378]],[\"comment/113\",[]],[\"name/114\",[93,61.724]],[\"comment/114\",[]],[\"name/115\",[94,61.724]],[\"comment/115\",[]],[\"name/116\",[78,50.738]],[\"comment/116\",[]],[\"name/117\",[95,56.616]],[\"comment/117\",[]],[\"name/118\",[96,61.724]],[\"comment/118\",[]],[\"name/119\",[72,56.616]],[\"comment/119\",[]],[\"name/120\",[97,56.616]],[\"comment/120\",[]],[\"name/121\",[98,61.724]],[\"comment/121\",[]],[\"name/122\",[22,35.098]],[\"comment/122\",[]],[\"name/123\",[95,56.616]],[\"comment/123\",[]],[\"name/124\",[99,61.724]],[\"comment/124\",[]],[\"name/125\",[100,61.724]],[\"comment/125\",[]],[\"name/126\",[101,61.724]],[\"comment/126\",[]],[\"name/127\",[102,61.724]],[\"comment/127\",[]],[\"name/128\",[103,61.724]],[\"comment/128\",[]],[\"name/129\",[104,61.724]],[\"comment/129\",[]],[\"name/130\",[105,61.724]],[\"comment/130\",[]],[\"name/131\",[106,61.724]],[\"comment/131\",[]],[\"name/132\",[107,61.724]],[\"comment/132\",[]],[\"name/133\",[108,61.724]],[\"comment/133\",[]],[\"name/134\",[109,61.724]],[\"comment/134\",[]],[\"name/135\",[110,61.724]],[\"comment/135\",[]],[\"name/136\",[111,61.724]],[\"comment/136\",[]],[\"name/137\",[112,61.724]],[\"comment/137\",[]],[\"name/138\",[113,61.724]],[\"comment/138\",[]],[\"name/139\",[114,61.724]],[\"comment/139\",[]],[\"name/140\",[115,61.724]],[\"comment/140\",[]],[\"name/141\",[116,61.724]],[\"comment/141\",[]],[\"name/142\",[117,61.724]],[\"comment/142\",[]],[\"name/143\",[118,61.724]],[\"comment/143\",[]],[\"name/144\",[0,56.616]],[\"comment/144\",[]],[\"name/145\",[119,61.724]],[\"comment/145\",[]],[\"name/146\",[28,56.616]],[\"comment/146\",[]],[\"name/147\",[120,61.724]],[\"comment/147\",[]],[\"name/148\",[121,61.724]],[\"comment/148\",[]],[\"name/149\",[122,61.724]],[\"comment/149\",[]],[\"name/150\",[123,61.724]],[\"comment/150\",[]],[\"name/151\",[124,61.724]],[\"comment/151\",[]],[\"name/152\",[125,61.724]],[\"comment/152\",[]],[\"name/153\",[126,56.616]],[\"comment/153\",[]],[\"name/154\",[34,36.074]],[\"comment/154\",[]],[\"name/155\",[36,36.601]],[\"comment/155\",[]],[\"name/156\",[37,36.601]],[\"comment/156\",[]],[\"name/157\",[38,36.601]],[\"comment/157\",[]],[\"name/158\",[88,47.061]],[\"comment/158\",[]],[\"name/159\",[89,50.738]],[\"comment/159\",[]],[\"name/160\",[127,47.061]],[\"comment/160\",[]],[\"name/161\",[128,36.601]],[\"comment/161\",[]],[\"name/162\",[20,34.643]],[\"comment/162\",[]],[\"name/163\",[45,36.601]],[\"comment/163\",[]],[\"name/164\",[22,35.098]],[\"comment/164\",[]],[\"name/165\",[39,36.074]],[\"comment/165\",[]],[\"name/166\",[46,36.601]],[\"comment/166\",[]],[\"name/167\",[47,36.601]],[\"comment/167\",[]],[\"name/168\",[43,35.574]],[\"comment/168\",[]],[\"name/169\",[48,36.601]],[\"comment/169\",[]],[\"name/170\",[44,36.601]],[\"comment/170\",[]],[\"name/171\",[40,36.601]],[\"comment/171\",[]],[\"name/172\",[41,36.601]],[\"comment/172\",[]],[\"name/173\",[42,36.601]],[\"comment/173\",[]],[\"name/174\",[129,37.157]],[\"comment/174\",[]],[\"name/175\",[126,56.616]],[\"comment/175\",[]],[\"name/176\",[130,61.724]],[\"comment/176\",[]],[\"name/177\",[131,56.616]],[\"comment/177\",[]],[\"name/178\",[34,36.074]],[\"comment/178\",[]],[\"name/179\",[36,36.601]],[\"comment/179\",[]],[\"name/180\",[37,36.601]],[\"comment/180\",[]],[\"name/181\",[38,36.601]],[\"comment/181\",[]],[\"name/182\",[88,47.061]],[\"comment/182\",[]],[\"name/183\",[132,53.251]],[\"comment/183\",[]],[\"name/184\",[133,61.724]],[\"comment/184\",[]],[\"name/185\",[128,36.601]],[\"comment/185\",[]],[\"name/186\",[20,34.643]],[\"comment/186\",[]],[\"name/187\",[45,36.601]],[\"comment/187\",[]],[\"name/188\",[22,35.098]],[\"comment/188\",[]],[\"name/189\",[39,36.074]],[\"comment/189\",[]],[\"name/190\",[46,36.601]],[\"comment/190\",[]],[\"name/191\",[47,36.601]],[\"comment/191\",[]],[\"name/192\",[43,35.574]],[\"comment/192\",[]],[\"name/193\",[48,36.601]],[\"comment/193\",[]],[\"name/194\",[44,36.601]],[\"comment/194\",[]],[\"name/195\",[40,36.601]],[\"comment/195\",[]],[\"name/196\",[41,36.601]],[\"comment/196\",[]],[\"name/197\",[42,36.601]],[\"comment/197\",[]],[\"name/198\",[129,37.157]],[\"comment/198\",[]],[\"name/199\",[131,56.616]],[\"comment/199\",[]],[\"name/200\",[134,61.724]],[\"comment/200\",[]],[\"name/201\",[135,61.724]],[\"comment/201\",[]],[\"name/202\",[136,61.724]],[\"comment/202\",[]],[\"name/203\",[137,56.616]],[\"comment/203\",[]],[\"name/204\",[34,36.074]],[\"comment/204\",[]],[\"name/205\",[36,36.601]],[\"comment/205\",[]],[\"name/206\",[37,36.601]],[\"comment/206\",[]],[\"name/207\",[38,36.601]],[\"comment/207\",[]],[\"name/208\",[88,47.061]],[\"comment/208\",[]],[\"name/209\",[132,53.251]],[\"comment/209\",[]],[\"name/210\",[90,45.63]],[\"comment/210\",[]],[\"name/211\",[128,36.601]],[\"comment/211\",[]],[\"name/212\",[20,34.643]],[\"comment/212\",[]],[\"name/213\",[45,36.601]],[\"comment/213\",[]],[\"name/214\",[22,35.098]],[\"comment/214\",[]],[\"name/215\",[39,36.074]],[\"comment/215\",[]],[\"name/216\",[46,36.601]],[\"comment/216\",[]],[\"name/217\",[47,36.601]],[\"comment/217\",[]],[\"name/218\",[43,35.574]],[\"comment/218\",[]],[\"name/219\",[48,36.601]],[\"comment/219\",[]],[\"name/220\",[44,36.601]],[\"comment/220\",[]],[\"name/221\",[40,36.601]],[\"comment/221\",[]],[\"name/222\",[41,36.601]],[\"comment/222\",[]],[\"name/223\",[42,36.601]],[\"comment/223\",[]],[\"name/224\",[129,37.157]],[\"comment/224\",[]],[\"name/225\",[137,56.616]],[\"comment/225\",[]],[\"name/226\",[138,61.724]],[\"comment/226\",[]],[\"name/227\",[139,61.724]],[\"comment/227\",[]],[\"name/228\",[140,61.724]],[\"comment/228\",[]],[\"name/229\",[141,56.616]],[\"comment/229\",[]],[\"name/230\",[34,36.074]],[\"comment/230\",[]],[\"name/231\",[36,36.601]],[\"comment/231\",[]],[\"name/232\",[37,36.601]],[\"comment/232\",[]],[\"name/233\",[38,36.601]],[\"comment/233\",[]],[\"name/234\",[88,47.061]],[\"comment/234\",[]],[\"name/235\",[132,53.251]],[\"comment/235\",[]],[\"name/236\",[142,61.724]],[\"comment/236\",[]],[\"name/237\",[128,36.601]],[\"comment/237\",[]],[\"name/238\",[20,34.643]],[\"comment/238\",[]],[\"name/239\",[45,36.601]],[\"comment/239\",[]],[\"name/240\",[22,35.098]],[\"comment/240\",[]],[\"name/241\",[39,36.074]],[\"comment/241\",[]],[\"name/242\",[46,36.601]],[\"comment/242\",[]],[\"name/243\",[47,36.601]],[\"comment/243\",[]],[\"name/244\",[43,35.574]],[\"comment/244\",[]],[\"name/245\",[48,36.601]],[\"comment/245\",[]],[\"name/246\",[44,36.601]],[\"comment/246\",[]],[\"name/247\",[40,36.601]],[\"comment/247\",[]],[\"name/248\",[41,36.601]],[\"comment/248\",[]],[\"name/249\",[42,36.601]],[\"comment/249\",[]],[\"name/250\",[129,37.157]],[\"comment/250\",[]],[\"name/251\",[141,56.616]],[\"comment/251\",[]],[\"name/252\",[143,61.724]],[\"comment/252\",[]],[\"name/253\",[144,61.724]],[\"comment/253\",[]],[\"name/254\",[145,61.724]],[\"comment/254\",[]],[\"name/255\",[146,61.724]],[\"comment/255\",[]],[\"name/256\",[147,61.724]],[\"comment/256\",[]],[\"name/257\",[148,61.724]],[\"comment/257\",[]],[\"name/258\",[149,61.724]],[\"comment/258\",[]],[\"name/259\",[150,61.724]],[\"comment/259\",[]],[\"name/260\",[151,61.724]],[\"comment/260\",[]],[\"name/261\",[152,61.724]],[\"comment/261\",[]],[\"name/262\",[153,61.724]],[\"comment/262\",[]],[\"name/263\",[154,61.724]],[\"comment/263\",[]],[\"name/264\",[155,61.724]],[\"comment/264\",[]],[\"name/265\",[34,36.074]],[\"comment/265\",[]],[\"name/266\",[36,36.601]],[\"comment/266\",[]],[\"name/267\",[51,50.738]],[\"comment/267\",[]],[\"name/268\",[37,36.601]],[\"comment/268\",[]],[\"name/269\",[38,36.601]],[\"comment/269\",[]],[\"name/270\",[20,34.643]],[\"comment/270\",[]],[\"name/271\",[46,36.601]],[\"comment/271\",[]],[\"name/272\",[47,36.601]],[\"comment/272\",[]],[\"name/273\",[48,36.601]],[\"comment/273\",[]],[\"name/274\",[44,36.601]],[\"comment/274\",[]],[\"name/275\",[45,36.601]],[\"comment/275\",[]],[\"name/276\",[22,35.098]],[\"comment/276\",[]],[\"name/277\",[128,36.601]],[\"comment/277\",[]],[\"name/278\",[43,35.574]],[\"comment/278\",[]],[\"name/279\",[40,36.601]],[\"comment/279\",[]],[\"name/280\",[39,36.074]],[\"comment/280\",[]],[\"name/281\",[41,36.601]],[\"comment/281\",[]],[\"name/282\",[42,36.601]],[\"comment/282\",[]],[\"name/283\",[129,37.157]],[\"comment/283\",[]],[\"name/284\",[156,61.724]],[\"comment/284\",[]],[\"name/285\",[34,36.074]],[\"comment/285\",[]],[\"name/286\",[20,34.643]],[\"comment/286\",[]],[\"name/287\",[157,50.738]],[\"comment/287\",[]],[\"name/288\",[158,50.738]],[\"comment/288\",[]],[\"name/289\",[92,44.378]],[\"comment/289\",[]],[\"name/290\",[46,36.601]],[\"comment/290\",[]],[\"name/291\",[47,36.601]],[\"comment/291\",[]],[\"name/292\",[48,36.601]],[\"comment/292\",[]],[\"name/293\",[36,36.601]],[\"comment/293\",[]],[\"name/294\",[51,50.738]],[\"comment/294\",[]],[\"name/295\",[37,36.601]],[\"comment/295\",[]],[\"name/296\",[38,36.601]],[\"comment/296\",[]],[\"name/297\",[44,36.601]],[\"comment/297\",[]],[\"name/298\",[45,36.601]],[\"comment/298\",[]],[\"name/299\",[22,35.098]],[\"comment/299\",[]],[\"name/300\",[128,36.601]],[\"comment/300\",[]],[\"name/301\",[43,35.574]],[\"comment/301\",[]],[\"name/302\",[40,36.601]],[\"comment/302\",[]],[\"name/303\",[39,36.074]],[\"comment/303\",[]],[\"name/304\",[41,36.601]],[\"comment/304\",[]],[\"name/305\",[42,36.601]],[\"comment/305\",[]],[\"name/306\",[129,37.157]],[\"comment/306\",[]],[\"name/307\",[159,61.724]],[\"comment/307\",[]],[\"name/308\",[34,36.074]],[\"comment/308\",[]],[\"name/309\",[20,34.643]],[\"comment/309\",[]],[\"name/310\",[157,50.738]],[\"comment/310\",[]],[\"name/311\",[158,50.738]],[\"comment/311\",[]],[\"name/312\",[92,44.378]],[\"comment/312\",[]],[\"name/313\",[46,36.601]],[\"comment/313\",[]],[\"name/314\",[47,36.601]],[\"comment/314\",[]],[\"name/315\",[48,36.601]],[\"comment/315\",[]],[\"name/316\",[36,36.601]],[\"comment/316\",[]],[\"name/317\",[51,50.738]],[\"comment/317\",[]],[\"name/318\",[37,36.601]],[\"comment/318\",[]],[\"name/319\",[38,36.601]],[\"comment/319\",[]],[\"name/320\",[44,36.601]],[\"comment/320\",[]],[\"name/321\",[45,36.601]],[\"comment/321\",[]],[\"name/322\",[22,35.098]],[\"comment/322\",[]],[\"name/323\",[128,36.601]],[\"comment/323\",[]],[\"name/324\",[43,35.574]],[\"comment/324\",[]],[\"name/325\",[40,36.601]],[\"comment/325\",[]],[\"name/326\",[39,36.074]],[\"comment/326\",[]],[\"name/327\",[41,36.601]],[\"comment/327\",[]],[\"name/328\",[42,36.601]],[\"comment/328\",[]],[\"name/329\",[129,37.157]],[\"comment/329\",[]],[\"name/330\",[160,61.724]],[\"comment/330\",[]],[\"name/331\",[161,61.724]],[\"comment/331\",[]],[\"name/332\",[162,61.724]],[\"comment/332\",[]],[\"name/333\",[163,61.724]],[\"comment/333\",[]],[\"name/334\",[164,61.724]],[\"comment/334\",[]],[\"name/335\",[165,61.724]],[\"comment/335\",[]],[\"name/336\",[166,61.724]],[\"comment/336\",[]],[\"name/337\",[167,61.724]],[\"comment/337\",[]],[\"name/338\",[168,61.724]],[\"comment/338\",[]],[\"name/339\",[169,61.724]],[\"comment/339\",[]],[\"name/340\",[170,61.724]],[\"comment/340\",[]],[\"name/341\",[171,56.616]],[\"comment/341\",[]],[\"name/342\",[34,36.074]],[\"comment/342\",[]],[\"name/343\",[36,36.601]],[\"comment/343\",[]],[\"name/344\",[37,36.601]],[\"comment/344\",[]],[\"name/345\",[38,36.601]],[\"comment/345\",[]],[\"name/346\",[90,45.63]],[\"comment/346\",[]],[\"name/347\",[91,50.738]],[\"comment/347\",[]],[\"name/348\",[92,44.378]],[\"comment/348\",[]],[\"name/349\",[128,36.601]],[\"comment/349\",[]],[\"name/350\",[20,34.643]],[\"comment/350\",[]],[\"name/351\",[45,36.601]],[\"comment/351\",[]],[\"name/352\",[22,35.098]],[\"comment/352\",[]],[\"name/353\",[39,36.074]],[\"comment/353\",[]],[\"name/354\",[46,36.601]],[\"comment/354\",[]],[\"name/355\",[47,36.601]],[\"comment/355\",[]],[\"name/356\",[43,35.574]],[\"comment/356\",[]],[\"name/357\",[48,36.601]],[\"comment/357\",[]],[\"name/358\",[44,36.601]],[\"comment/358\",[]],[\"name/359\",[40,36.601]],[\"comment/359\",[]],[\"name/360\",[41,36.601]],[\"comment/360\",[]],[\"name/361\",[42,36.601]],[\"comment/361\",[]],[\"name/362\",[129,37.157]],[\"comment/362\",[]],[\"name/363\",[171,56.616]],[\"comment/363\",[]],[\"name/364\",[172,56.616]],[\"comment/364\",[]],[\"name/365\",[34,36.074]],[\"comment/365\",[]],[\"name/366\",[36,36.601]],[\"comment/366\",[]],[\"name/367\",[37,36.601]],[\"comment/367\",[]],[\"name/368\",[38,36.601]],[\"comment/368\",[]],[\"name/369\",[90,45.63]],[\"comment/369\",[]],[\"name/370\",[91,50.738]],[\"comment/370\",[]],[\"name/371\",[92,44.378]],[\"comment/371\",[]],[\"name/372\",[128,36.601]],[\"comment/372\",[]],[\"name/373\",[20,34.643]],[\"comment/373\",[]],[\"name/374\",[45,36.601]],[\"comment/374\",[]],[\"name/375\",[22,35.098]],[\"comment/375\",[]],[\"name/376\",[39,36.074]],[\"comment/376\",[]],[\"name/377\",[46,36.601]],[\"comment/377\",[]],[\"name/378\",[47,36.601]],[\"comment/378\",[]],[\"name/379\",[43,35.574]],[\"comment/379\",[]],[\"name/380\",[48,36.601]],[\"comment/380\",[]],[\"name/381\",[44,36.601]],[\"comment/381\",[]],[\"name/382\",[40,36.601]],[\"comment/382\",[]],[\"name/383\",[41,36.601]],[\"comment/383\",[]],[\"name/384\",[42,36.601]],[\"comment/384\",[]],[\"name/385\",[129,37.157]],[\"comment/385\",[]],[\"name/386\",[172,56.616]],[\"comment/386\",[]],[\"name/387\",[173,61.724]],[\"comment/387\",[]],[\"name/388\",[174,56.616]],[\"comment/388\",[]],[\"name/389\",[34,36.074]],[\"comment/389\",[]],[\"name/390\",[36,36.601]],[\"comment/390\",[]],[\"name/391\",[37,36.601]],[\"comment/391\",[]],[\"name/392\",[38,36.601]],[\"comment/392\",[]],[\"name/393\",[90,45.63]],[\"comment/393\",[]],[\"name/394\",[89,50.738]],[\"comment/394\",[]],[\"name/395\",[88,47.061]],[\"comment/395\",[]],[\"name/396\",[128,36.601]],[\"comment/396\",[]],[\"name/397\",[20,34.643]],[\"comment/397\",[]],[\"name/398\",[45,36.601]],[\"comment/398\",[]],[\"name/399\",[22,35.098]],[\"comment/399\",[]],[\"name/400\",[39,36.074]],[\"comment/400\",[]],[\"name/401\",[46,36.601]],[\"comment/401\",[]],[\"name/402\",[47,36.601]],[\"comment/402\",[]],[\"name/403\",[43,35.574]],[\"comment/403\",[]],[\"name/404\",[48,36.601]],[\"comment/404\",[]],[\"name/405\",[44,36.601]],[\"comment/405\",[]],[\"name/406\",[40,36.601]],[\"comment/406\",[]],[\"name/407\",[41,36.601]],[\"comment/407\",[]],[\"name/408\",[42,36.601]],[\"comment/408\",[]],[\"name/409\",[129,37.157]],[\"comment/409\",[]],[\"name/410\",[174,56.616]],[\"comment/410\",[]],[\"name/411\",[175,61.724]],[\"comment/411\",[]],[\"name/412\",[176,61.724]],[\"comment/412\",[]],[\"name/413\",[177,56.616]],[\"comment/413\",[]],[\"name/414\",[34,36.074]],[\"comment/414\",[]],[\"name/415\",[36,36.601]],[\"comment/415\",[]],[\"name/416\",[37,36.601]],[\"comment/416\",[]],[\"name/417\",[38,36.601]],[\"comment/417\",[]],[\"name/418\",[90,45.63]],[\"comment/418\",[]],[\"name/419\",[91,50.738]],[\"comment/419\",[]],[\"name/420\",[92,44.378]],[\"comment/420\",[]],[\"name/421\",[128,36.601]],[\"comment/421\",[]],[\"name/422\",[20,34.643]],[\"comment/422\",[]],[\"name/423\",[45,36.601]],[\"comment/423\",[]],[\"name/424\",[22,35.098]],[\"comment/424\",[]],[\"name/425\",[39,36.074]],[\"comment/425\",[]],[\"name/426\",[46,36.601]],[\"comment/426\",[]],[\"name/427\",[47,36.601]],[\"comment/427\",[]],[\"name/428\",[43,35.574]],[\"comment/428\",[]],[\"name/429\",[48,36.601]],[\"comment/429\",[]],[\"name/430\",[44,36.601]],[\"comment/430\",[]],[\"name/431\",[40,36.601]],[\"comment/431\",[]],[\"name/432\",[41,36.601]],[\"comment/432\",[]],[\"name/433\",[42,36.601]],[\"comment/433\",[]],[\"name/434\",[129,37.157]],[\"comment/434\",[]],[\"name/435\",[177,56.616]],[\"comment/435\",[]],[\"name/436\",[128,36.601]],[\"comment/436\",[]],[\"name/437\",[178,61.724]],[\"comment/437\",[]],[\"name/438\",[179,61.724]],[\"comment/438\",[]],[\"name/439\",[180,61.724]],[\"comment/439\",[]],[\"name/440\",[181,61.724]],[\"comment/440\",[]],[\"name/441\",[182,61.724]],[\"comment/441\",[]],[\"name/442\",[39,36.074]],[\"comment/442\",[]],[\"name/443\",[183,61.724]],[\"comment/443\",[]],[\"name/444\",[184,61.724]],[\"comment/444\",[]],[\"name/445\",[185,61.724]],[\"comment/445\",[]],[\"name/446\",[186,61.724]],[\"comment/446\",[]],[\"name/447\",[187,61.724]],[\"comment/447\",[]],[\"name/448\",[188,61.724]],[\"comment/448\",[]],[\"name/449\",[189,61.724]],[\"comment/449\",[]],[\"name/450\",[190,61.724]],[\"comment/450\",[]],[\"name/451\",[191,61.724]],[\"comment/451\",[]],[\"name/452\",[192,61.724]],[\"comment/452\",[]],[\"name/453\",[193,61.724]],[\"comment/453\",[]],[\"name/454\",[74,56.616]],[\"comment/454\",[]],[\"name/455\",[194,61.724]],[\"comment/455\",[]],[\"name/456\",[195,61.724]],[\"comment/456\",[]],[\"name/457\",[196,61.724]],[\"comment/457\",[]],[\"name/458\",[197,61.724]],[\"comment/458\",[]],[\"name/459\",[198,61.724]],[\"comment/459\",[]],[\"name/460\",[199,61.724]],[\"comment/460\",[]],[\"name/461\",[200,61.724]],[\"comment/461\",[]],[\"name/462\",[201,61.724]],[\"comment/462\",[]],[\"name/463\",[202,61.724]],[\"comment/463\",[]],[\"name/464\",[203,61.724]],[\"comment/464\",[]],[\"name/465\",[204,61.724]],[\"comment/465\",[]],[\"name/466\",[205,61.724]],[\"comment/466\",[]],[\"name/467\",[206,61.724]],[\"comment/467\",[]],[\"name/468\",[207,61.724]],[\"comment/468\",[]],[\"name/469\",[208,61.724]],[\"comment/469\",[]],[\"name/470\",[209,61.724]],[\"comment/470\",[]],[\"name/471\",[210,61.724]],[\"comment/471\",[]],[\"name/472\",[211,61.724]],[\"comment/472\",[]],[\"name/473\",[212,61.724]],[\"comment/473\",[]],[\"name/474\",[213,61.724]],[\"comment/474\",[]],[\"name/475\",[214,61.724]],[\"comment/475\",[]],[\"name/476\",[215,61.724]],[\"comment/476\",[]],[\"name/477\",[216,61.724]],[\"comment/477\",[]],[\"name/478\",[217,61.724]],[\"comment/478\",[]],[\"name/479\",[218,61.724]],[\"comment/479\",[]],[\"name/480\",[219,61.724]],[\"comment/480\",[]],[\"name/481\",[220,61.724]],[\"comment/481\",[]],[\"name/482\",[221,61.724]],[\"comment/482\",[]],[\"name/483\",[222,61.724]],[\"comment/483\",[]],[\"name/484\",[223,61.724]],[\"comment/484\",[]],[\"name/485\",[224,61.724]],[\"comment/485\",[]],[\"name/486\",[225,61.724]],[\"comment/486\",[]],[\"name/487\",[226,61.724]],[\"comment/487\",[]],[\"name/488\",[227,61.724]],[\"comment/488\",[]],[\"name/489\",[228,61.724]],[\"comment/489\",[]],[\"name/490\",[4,47.061]],[\"comment/490\",[]],[\"name/491\",[90,45.63]],[\"comment/491\",[]],[\"name/492\",[89,50.738]],[\"comment/492\",[]],[\"name/493\",[229,61.724]],[\"comment/493\",[]],[\"name/494\",[230,61.724]],[\"comment/494\",[]],[\"name/495\",[231,61.724]],[\"comment/495\",[]],[\"name/496\",[232,61.724]],[\"comment/496\",[]],[\"name/497\",[233,61.724]],[\"comment/497\",[]],[\"name/498\",[234,61.724]],[\"comment/498\",[]],[\"name/499\",[235,61.724]],[\"comment/499\",[]],[\"name/500\",[80,53.251]],[\"comment/500\",[]],[\"name/501\",[236,61.724]],[\"comment/501\",[]],[\"name/502\",[237,61.724]],[\"comment/502\",[]],[\"name/503\",[238,61.724]],[\"comment/503\",[]],[\"name/504\",[4,47.061]],[\"comment/504\",[]],[\"name/505\",[239,61.724]],[\"comment/505\",[]],[\"name/506\",[4,47.061]],[\"comment/506\",[]],[\"name/507\",[240,61.724]],[\"comment/507\",[]],[\"name/508\",[4,47.061]],[\"comment/508\",[]],[\"name/509\",[241,61.724]],[\"comment/509\",[]],[\"name/510\",[242,61.724]],[\"comment/510\",[]],[\"name/511\",[243,61.724]],[\"comment/511\",[]],[\"name/512\",[244,61.724]],[\"comment/512\",[]],[\"name/513\",[245,61.724]],[\"comment/513\",[]],[\"name/514\",[246,61.724]],[\"comment/514\",[]],[\"name/515\",[247,61.724]],[\"comment/515\",[]],[\"name/516\",[248,61.724]],[\"comment/516\",[]],[\"name/517\",[249,61.724]],[\"comment/517\",[]],[\"name/518\",[250,61.724]],[\"comment/518\",[]],[\"name/519\",[251,61.724]],[\"comment/519\",[]],[\"name/520\",[252,61.724]],[\"comment/520\",[]],[\"name/521\",[253,61.724]],[\"comment/521\",[]],[\"name/522\",[254,61.724]],[\"comment/522\",[]],[\"name/523\",[255,61.724]],[\"comment/523\",[]],[\"name/524\",[256,61.724]],[\"comment/524\",[]],[\"name/525\",[257,61.724]],[\"comment/525\",[]],[\"name/526\",[258,61.724]],[\"comment/526\",[]],[\"name/527\",[259,61.724]],[\"comment/527\",[]],[\"name/528\",[260,61.724]],[\"comment/528\",[]],[\"name/529\",[261,61.724]],[\"comment/529\",[]],[\"name/530\",[262,61.724]],[\"comment/530\",[]],[\"name/531\",[263,61.724]],[\"comment/531\",[]],[\"name/532\",[264,61.724]],[\"comment/532\",[]],[\"name/533\",[265,61.724]],[\"comment/533\",[]],[\"name/534\",[266,61.724]],[\"comment/534\",[]],[\"name/535\",[267,61.724]],[\"comment/535\",[]],[\"name/536\",[268,61.724]],[\"comment/536\",[]],[\"name/537\",[269,61.724]],[\"comment/537\",[]],[\"name/538\",[270,61.724]],[\"comment/538\",[]],[\"name/539\",[271,61.724]],[\"comment/539\",[]],[\"name/540\",[272,61.724]],[\"comment/540\",[]],[\"name/541\",[273,61.724]],[\"comment/541\",[]],[\"name/542\",[274,61.724]],[\"comment/542\",[]],[\"name/543\",[78,50.738]],[\"comment/543\",[]],[\"name/544\",[275,61.724]],[\"comment/544\",[]],[\"name/545\",[276,61.724]],[\"comment/545\",[]],[\"name/546\",[97,56.616]],[\"comment/546\",[]],[\"name/547\",[277,61.724]],[\"comment/547\",[]],[\"name/548\",[278,61.724]],[\"comment/548\",[]],[\"name/549\",[279,61.724]],[\"comment/549\",[]],[\"name/550\",[280,61.724]],[\"comment/550\",[]],[\"name/551\",[281,61.724]],[\"comment/551\",[]],[\"name/552\",[282,61.724]],[\"comment/552\",[]],[\"name/553\",[283,61.724]],[\"comment/553\",[]],[\"name/554\",[284,61.724]],[\"comment/554\",[]],[\"name/555\",[285,61.724]],[\"comment/555\",[]],[\"name/556\",[286,61.724]],[\"comment/556\",[]],[\"name/557\",[287,61.724]],[\"comment/557\",[]],[\"name/558\",[288,61.724]],[\"comment/558\",[]],[\"name/559\",[289,61.724]],[\"comment/559\",[]],[\"name/560\",[290,61.724]],[\"comment/560\",[]],[\"name/561\",[291,61.724]],[\"comment/561\",[]],[\"name/562\",[292,61.724]],[\"comment/562\",[]],[\"name/563\",[293,61.724]],[\"comment/563\",[]],[\"name/564\",[294,56.616]],[\"comment/564\",[]],[\"name/565\",[34,36.074]],[\"comment/565\",[]],[\"name/566\",[36,36.601]],[\"comment/566\",[]],[\"name/567\",[37,36.601]],[\"comment/567\",[]],[\"name/568\",[38,36.601]],[\"comment/568\",[]],[\"name/569\",[157,50.738]],[\"comment/569\",[]],[\"name/570\",[158,50.738]],[\"comment/570\",[]],[\"name/571\",[92,44.378]],[\"comment/571\",[]],[\"name/572\",[128,36.601]],[\"comment/572\",[]],[\"name/573\",[20,34.643]],[\"comment/573\",[]],[\"name/574\",[45,36.601]],[\"comment/574\",[]],[\"name/575\",[22,35.098]],[\"comment/575\",[]],[\"name/576\",[39,36.074]],[\"comment/576\",[]],[\"name/577\",[46,36.601]],[\"comment/577\",[]],[\"name/578\",[47,36.601]],[\"comment/578\",[]],[\"name/579\",[43,35.574]],[\"comment/579\",[]],[\"name/580\",[48,36.601]],[\"comment/580\",[]],[\"name/581\",[44,36.601]],[\"comment/581\",[]],[\"name/582\",[40,36.601]],[\"comment/582\",[]],[\"name/583\",[41,36.601]],[\"comment/583\",[]],[\"name/584\",[42,36.601]],[\"comment/584\",[]],[\"name/585\",[129,37.157]],[\"comment/585\",[]],[\"name/586\",[294,56.616]],[\"comment/586\",[]],[\"name/587\",[295,61.724]],[\"comment/587\",[]],[\"name/588\",[296,61.724]],[\"comment/588\",[]],[\"name/589\",[297,61.724]],[\"comment/589\",[]],[\"name/590\",[298,61.724]],[\"comment/590\",[]],[\"name/591\",[299,61.724]],[\"comment/591\",[]],[\"name/592\",[300,56.616]],[\"comment/592\",[]],[\"name/593\",[34,36.074]],[\"comment/593\",[]],[\"name/594\",[36,36.601]],[\"comment/594\",[]],[\"name/595\",[37,36.601]],[\"comment/595\",[]],[\"name/596\",[38,36.601]],[\"comment/596\",[]],[\"name/597\",[157,50.738]],[\"comment/597\",[]],[\"name/598\",[158,50.738]],[\"comment/598\",[]],[\"name/599\",[92,44.378]],[\"comment/599\",[]],[\"name/600\",[128,36.601]],[\"comment/600\",[]],[\"name/601\",[20,34.643]],[\"comment/601\",[]],[\"name/602\",[45,36.601]],[\"comment/602\",[]],[\"name/603\",[22,35.098]],[\"comment/603\",[]],[\"name/604\",[39,36.074]],[\"comment/604\",[]],[\"name/605\",[46,36.601]],[\"comment/605\",[]],[\"name/606\",[47,36.601]],[\"comment/606\",[]],[\"name/607\",[43,35.574]],[\"comment/607\",[]],[\"name/608\",[48,36.601]],[\"comment/608\",[]],[\"name/609\",[44,36.601]],[\"comment/609\",[]],[\"name/610\",[40,36.601]],[\"comment/610\",[]],[\"name/611\",[41,36.601]],[\"comment/611\",[]],[\"name/612\",[42,36.601]],[\"comment/612\",[]],[\"name/613\",[129,37.157]],[\"comment/613\",[]],[\"name/614\",[300,56.616]],[\"comment/614\",[]],[\"name/615\",[301,61.724]],[\"comment/615\",[]],[\"name/616\",[302,56.616]],[\"comment/616\",[]],[\"name/617\",[34,36.074]],[\"comment/617\",[]],[\"name/618\",[36,36.601]],[\"comment/618\",[]],[\"name/619\",[37,36.601]],[\"comment/619\",[]],[\"name/620\",[38,36.601]],[\"comment/620\",[]],[\"name/621\",[303,53.251]],[\"comment/621\",[]],[\"name/622\",[127,47.061]],[\"comment/622\",[]],[\"name/623\",[127,47.061]],[\"comment/623\",[]],[\"name/624\",[128,36.601]],[\"comment/624\",[]],[\"name/625\",[20,34.643]],[\"comment/625\",[]],[\"name/626\",[45,36.601]],[\"comment/626\",[]],[\"name/627\",[22,35.098]],[\"comment/627\",[]],[\"name/628\",[39,36.074]],[\"comment/628\",[]],[\"name/629\",[46,36.601]],[\"comment/629\",[]],[\"name/630\",[47,36.601]],[\"comment/630\",[]],[\"name/631\",[43,35.574]],[\"comment/631\",[]],[\"name/632\",[48,36.601]],[\"comment/632\",[]],[\"name/633\",[44,36.601]],[\"comment/633\",[]],[\"name/634\",[40,36.601]],[\"comment/634\",[]],[\"name/635\",[41,36.601]],[\"comment/635\",[]],[\"name/636\",[42,36.601]],[\"comment/636\",[]],[\"name/637\",[129,37.157]],[\"comment/637\",[]],[\"name/638\",[302,56.616]],[\"comment/638\",[]],[\"name/639\",[304,61.724]],[\"comment/639\",[]],[\"name/640\",[305,61.724]],[\"comment/640\",[]],[\"name/641\",[306,61.724]],[\"comment/641\",[]],[\"name/642\",[307,61.724]],[\"comment/642\",[]],[\"name/643\",[308,61.724]],[\"comment/643\",[]],[\"name/644\",[309,61.724]],[\"comment/644\",[]],[\"name/645\",[310,61.724]],[\"comment/645\",[]],[\"name/646\",[311,61.724]],[\"comment/646\",[]],[\"name/647\",[312,61.724]],[\"comment/647\",[]],[\"name/648\",[313,56.616]],[\"comment/648\",[]],[\"name/649\",[34,36.074]],[\"comment/649\",[]],[\"name/650\",[36,36.601]],[\"comment/650\",[]],[\"name/651\",[37,36.601]],[\"comment/651\",[]],[\"name/652\",[38,36.601]],[\"comment/652\",[]],[\"name/653\",[303,53.251]],[\"comment/653\",[]],[\"name/654\",[127,47.061]],[\"comment/654\",[]],[\"name/655\",[314,56.616]],[\"comment/655\",[]],[\"name/656\",[128,36.601]],[\"comment/656\",[]],[\"name/657\",[20,34.643]],[\"comment/657\",[]],[\"name/658\",[45,36.601]],[\"comment/658\",[]],[\"name/659\",[22,35.098]],[\"comment/659\",[]],[\"name/660\",[39,36.074]],[\"comment/660\",[]],[\"name/661\",[46,36.601]],[\"comment/661\",[]],[\"name/662\",[47,36.601]],[\"comment/662\",[]],[\"name/663\",[43,35.574]],[\"comment/663\",[]],[\"name/664\",[48,36.601]],[\"comment/664\",[]],[\"name/665\",[44,36.601]],[\"comment/665\",[]],[\"name/666\",[40,36.601]],[\"comment/666\",[]],[\"name/667\",[41,36.601]],[\"comment/667\",[]],[\"name/668\",[42,36.601]],[\"comment/668\",[]],[\"name/669\",[129,37.157]],[\"comment/669\",[]],[\"name/670\",[313,56.616]],[\"comment/670\",[]],[\"name/671\",[315,56.616]],[\"comment/671\",[]],[\"name/672\",[34,36.074]],[\"comment/672\",[]],[\"name/673\",[36,36.601]],[\"comment/673\",[]],[\"name/674\",[37,36.601]],[\"comment/674\",[]],[\"name/675\",[38,36.601]],[\"comment/675\",[]],[\"name/676\",[303,53.251]],[\"comment/676\",[]],[\"name/677\",[127,47.061]],[\"comment/677\",[]],[\"name/678\",[314,56.616]],[\"comment/678\",[]],[\"name/679\",[128,36.601]],[\"comment/679\",[]],[\"name/680\",[20,34.643]],[\"comment/680\",[]],[\"name/681\",[45,36.601]],[\"comment/681\",[]],[\"name/682\",[22,35.098]],[\"comment/682\",[]],[\"name/683\",[39,36.074]],[\"comment/683\",[]],[\"name/684\",[46,36.601]],[\"comment/684\",[]],[\"name/685\",[47,36.601]],[\"comment/685\",[]],[\"name/686\",[43,35.574]],[\"comment/686\",[]],[\"name/687\",[48,36.601]],[\"comment/687\",[]],[\"name/688\",[44,36.601]],[\"comment/688\",[]],[\"name/689\",[40,36.601]],[\"comment/689\",[]],[\"name/690\",[41,36.601]],[\"comment/690\",[]],[\"name/691\",[42,36.601]],[\"comment/691\",[]],[\"name/692\",[129,37.157]],[\"comment/692\",[]],[\"name/693\",[315,56.616]],[\"comment/693\",[]],[\"name/694\",[316,61.724]],[\"comment/694\",[]],[\"name/695\",[317,56.616]],[\"comment/695\",[]],[\"name/696\",[34,36.074]],[\"comment/696\",[]],[\"name/697\",[36,36.601]],[\"comment/697\",[]],[\"name/698\",[37,36.601]],[\"comment/698\",[]],[\"name/699\",[38,36.601]],[\"comment/699\",[]],[\"name/700\",[127,47.061]],[\"comment/700\",[]],[\"name/701\",[318,61.724]],[\"comment/701\",[]],[\"name/702\",[319,61.724]],[\"comment/702\",[]],[\"name/703\",[128,36.601]],[\"comment/703\",[]],[\"name/704\",[20,34.643]],[\"comment/704\",[]],[\"name/705\",[45,36.601]],[\"comment/705\",[]],[\"name/706\",[22,35.098]],[\"comment/706\",[]],[\"name/707\",[39,36.074]],[\"comment/707\",[]],[\"name/708\",[46,36.601]],[\"comment/708\",[]],[\"name/709\",[47,36.601]],[\"comment/709\",[]],[\"name/710\",[43,35.574]],[\"comment/710\",[]],[\"name/711\",[48,36.601]],[\"comment/711\",[]],[\"name/712\",[44,36.601]],[\"comment/712\",[]],[\"name/713\",[40,36.601]],[\"comment/713\",[]],[\"name/714\",[41,36.601]],[\"comment/714\",[]],[\"name/715\",[42,36.601]],[\"comment/715\",[]],[\"name/716\",[129,37.157]],[\"comment/716\",[]],[\"name/717\",[317,56.616]],[\"comment/717\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":4,\"name\":{\"4\":{},\"65\":{},\"490\":{},\"504\":{},\"506\":{},\"508\":{}},\"comment\":{}}],[\"a\",{\"_index\":91,\"name\":{\"112\":{},\"347\":{},\"370\":{},\"419\":{}},\"comment\":{}}],[\"abgr\",{\"_index\":159,\"name\":{\"307\":{}},\"comment\":{}}],[\"abgr32\",{\"_index\":161,\"name\":{\"331\":{}},\"comment\":{}}],[\"activetext\",{\"_index\":106,\"name\":{\"131\":{}},\"comment\":{}}],[\"alpha\",{\"_index\":128,\"name\":{\"161\":{},\"185\":{},\"211\":{},\"237\":{},\"277\":{},\"300\":{},\"323\":{},\"349\":{},\"372\":{},\"396\":{},\"421\":{},\"436\":{},\"572\":{},\"600\":{},\"624\":{},\"656\":{},\"679\":{},\"703\":{}},\"comment\":{}}],[\"analog\",{\"_index\":180,\"name\":{\"439\":{}},\"comment\":{}}],[\"analoghsv\",{\"_index\":181,\"name\":{\"440\":{}},\"comment\":{}}],[\"analogrgb\",{\"_index\":182,\"name\":{\"441\":{}},\"comment\":{}}],[\"analogstrategy\",{\"_index\":244,\"name\":{\"512\":{}},\"comment\":{}}],[\"argb\",{\"_index\":156,\"name\":{\"284\":{}},\"comment\":{}}],[\"argb32\",{\"_index\":160,\"name\":{\"330\":{}},\"comment\":{}}],[\"azure\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"b\",{\"_index\":92,\"name\":{\"113\":{},\"289\":{},\"312\":{},\"348\":{},\"371\":{},\"420\":{},\"571\":{},\"599\":{}},\"comment\":{}}],[\"base\",{\"_index\":95,\"name\":{\"117\":{},\"123\":{}},\"comment\":{}}],[\"black\",{\"_index\":55,\"name\":{\"66\":{}},\"comment\":{}}],[\"blue\",{\"_index\":15,\"name\":{\"15\":{},\"70\":{}},\"comment\":{}}],[\"bradford_d50_d65\",{\"_index\":64,\"name\":{\"81\":{}},\"comment\":{}}],[\"bradford_d65_d50\",{\"_index\":65,\"name\":{\"82\":{}},\"comment\":{}}],[\"brightnessmat\",{\"_index\":263,\"name\":{\"531\":{}},\"comment\":{}}],[\"buf\",{\"_index\":36,\"name\":{\"39\":{},\"155\":{},\"179\":{},\"205\":{},\"231\":{},\"266\":{},\"293\":{},\"316\":{},\"343\":{},\"366\":{},\"390\":{},\"415\":{},\"566\":{},\"594\":{},\"618\":{},\"650\":{},\"673\":{},\"697\":{}},\"comment\":{}}],[\"buttonborder\",{\"_index\":109,\"name\":{\"134\":{}},\"comment\":{}}],[\"buttonface\",{\"_index\":107,\"name\":{\"132\":{}},\"comment\":{}}],[\"buttontext\",{\"_index\":108,\"name\":{\"133\":{}},\"comment\":{}}],[\"c\",{\"_index\":89,\"name\":{\"110\":{},\"159\":{},\"394\":{},\"492\":{}},\"comment\":{}}],[\"canvas\",{\"_index\":102,\"name\":{\"127\":{}},\"comment\":{}}],[\"canvastext\",{\"_index\":103,\"name\":{\"128\":{}},\"comment\":{}}],[\"cb\",{\"_index\":318,\"name\":{\"701\":{}},\"comment\":{}}],[\"channels\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"channelspec\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"chartreuse\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"clamp\",{\"_index\":39,\"name\":{\"43\":{},\"165\":{},\"189\":{},\"215\":{},\"241\":{},\"280\":{},\"303\":{},\"326\":{},\"353\":{},\"376\":{},\"400\":{},\"425\":{},\"442\":{},\"576\":{},\"604\":{},\"628\":{},\"660\":{},\"683\":{},\"707\":{}},\"comment\":{}}],[\"clamph\",{\"_index\":183,\"name\":{\"443\":{}},\"comment\":{}}],[\"class\",{\"_index\":30,\"name\":{\"32\":{}},\"comment\":{}}],[\"closesthue\",{\"_index\":184,\"name\":{\"444\":{}},\"comment\":{}}],[\"closestprimaryhue\",{\"_index\":185,\"name\":{\"445\":{}},\"comment\":{}}],[\"color\",{\"_index\":0,\"name\":{\"0\":{},\"144\":{}},\"comment\":{}}],[\"color_ranges\",{\"_index\":188,\"name\":{\"448\":{}},\"comment\":{}}],[\"colordistance\",{\"_index\":53,\"name\":{\"63\":{}},\"comment\":{}}],[\"colorfactory\",{\"_index\":29,\"name\":{\"31\":{}},\"comment\":{}}],[\"colorfromrange\",{\"_index\":189,\"name\":{\"449\":{}},\"comment\":{}}],[\"colormatrix\",{\"_index\":52,\"name\":{\"62\":{}},\"comment\":{}}],[\"colormixfn\",{\"_index\":54,\"name\":{\"64\":{}},\"comment\":{}}],[\"colormode\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"colorop\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"colorrange\",{\"_index\":87,\"name\":{\"108\":{}},\"comment\":{}}],[\"colorrangeopts\",{\"_index\":94,\"name\":{\"115\":{}},\"comment\":{}}],[\"colorrangepreset\",{\"_index\":86,\"name\":{\"107\":{}},\"comment\":{}}],[\"colorsfromrange\",{\"_index\":186,\"name\":{\"446\":{}},\"comment\":{}}],[\"colorsfromtheme\",{\"_index\":187,\"name\":{\"447\":{}},\"comment\":{}}],[\"colorspec\",{\"_index\":23,\"name\":{\"24\":{}},\"comment\":{}}],[\"colorthemepart\",{\"_index\":98,\"name\":{\"121\":{}},\"comment\":{}}],[\"colorthemeparttuple\",{\"_index\":100,\"name\":{\"125\":{}},\"comment\":{}}],[\"complementary\",{\"_index\":237,\"name\":{\"502\":{}},\"comment\":{}}],[\"complementarystrategy\",{\"_index\":243,\"name\":{\"511\":{}},\"comment\":{}}],[\"concat\",{\"_index\":260,\"name\":{\"528\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":34,\"name\":{\"37\":{},\"58\":{},\"154\":{},\"178\":{},\"204\":{},\"230\":{},\"265\":{},\"285\":{},\"308\":{},\"342\":{},\"365\":{},\"389\":{},\"414\":{},\"565\":{},\"593\":{},\"617\":{},\"649\":{},\"672\":{},\"696\":{}},\"comment\":{}}],[\"contrast\",{\"_index\":119,\"name\":{\"145\":{}},\"comment\":{}}],[\"contrastmat\",{\"_index\":264,\"name\":{\"532\":{}},\"comment\":{}}],[\"conversions\",{\"_index\":28,\"name\":{\"30\":{},\"146\":{}},\"comment\":{}}],[\"convert\",{\"_index\":120,\"name\":{\"147\":{}},\"comment\":{}}],[\"copy\",{\"_index\":46,\"name\":{\"51\":{},\"166\":{},\"190\":{},\"216\":{},\"242\":{},\"271\":{},\"290\":{},\"313\":{},\"354\":{},\"377\":{},\"401\":{},\"426\":{},\"577\":{},\"605\":{},\"629\":{},\"661\":{},\"684\":{},\"708\":{}},\"comment\":{}}],[\"copyview\",{\"_index\":47,\"name\":{\"52\":{},\"167\":{},\"191\":{},\"217\":{},\"243\":{},\"272\":{},\"291\":{},\"314\":{},\"355\":{},\"378\":{},\"402\":{},\"427\":{},\"578\":{},\"606\":{},\"630\":{},\"662\":{},\"685\":{},\"709\":{}},\"comment\":{}}],[\"cosgradientspec\",{\"_index\":75,\"name\":{\"92\":{}},\"comment\":{}}],[\"cosine_gradients\",{\"_index\":190,\"name\":{\"450\":{}},\"comment\":{}}],[\"cosinecoeffs\",{\"_index\":74,\"name\":{\"91\":{},\"454\":{}},\"comment\":{}}],[\"cosinecolor\",{\"_index\":191,\"name\":{\"451\":{}},\"comment\":{}}],[\"cosinegradient\",{\"_index\":192,\"name\":{\"452\":{}},\"comment\":{}}],[\"cosinegradientbuffer\",{\"_index\":193,\"name\":{\"453\":{}},\"comment\":{}}],[\"cosinegradientopts\",{\"_index\":82,\"name\":{\"99\":{}},\"comment\":{}}],[\"cosinegradientpreset\",{\"_index\":73,\"name\":{\"90\":{}},\"comment\":{}}],[\"cr\",{\"_index\":319,\"name\":{\"702\":{}},\"comment\":{}}],[\"css\",{\"_index\":122,\"name\":{\"149\":{}},\"comment\":{}}],[\"css_names\",{\"_index\":85,\"name\":{\"106\":{}},\"comment\":{}}],[\"css_system_colors\",{\"_index\":117,\"name\":{\"142\":{}},\"comment\":{}}],[\"csscolorname\",{\"_index\":84,\"name\":{\"105\":{}},\"comment\":{}}],[\"cyan\",{\"_index\":13,\"name\":{\"13\":{},\"71\":{}},\"comment\":{}}],[\"d50\",{\"_index\":66,\"name\":{\"83\":{}},\"comment\":{}}],[\"d65\",{\"_index\":67,\"name\":{\"84\":{}},\"comment\":{}}],[\"defanalog\",{\"_index\":179,\"name\":{\"438\":{}},\"comment\":{}}],[\"defcolor\",{\"_index\":121,\"name\":{\"148\":{}},\"comment\":{}}],[\"defmix\",{\"_index\":230,\"name\":{\"494\":{}},\"comment\":{}}],[\"delta\",{\"_index\":276,\"name\":{\"545\":{}},\"comment\":{}}],[\"deref\",{\"_index\":43,\"name\":{\"48\":{},\"56\":{},\"61\":{},\"168\":{},\"192\":{},\"218\":{},\"244\":{},\"278\":{},\"301\":{},\"324\":{},\"356\":{},\"379\":{},\"403\":{},\"428\":{},\"579\":{},\"607\":{},\"631\":{},\"663\":{},\"686\":{},\"710\":{}},\"comment\":{}}],[\"distchannel\",{\"_index\":195,\"name\":{\"456\":{}},\"comment\":{}}],[\"distciede2000\",{\"_index\":206,\"name\":{\"467\":{}},\"comment\":{}}],[\"distcmc\",{\"_index\":207,\"name\":{\"468\":{}},\"comment\":{}}],[\"disteucledian3\",{\"_index\":199,\"name\":{\"460\":{}},\"comment\":{}}],[\"disteucledian4\",{\"_index\":200,\"name\":{\"461\":{}},\"comment\":{}}],[\"disthsv\",{\"_index\":196,\"name\":{\"457\":{}},\"comment\":{}}],[\"disthsvluma\",{\"_index\":198,\"name\":{\"459\":{}},\"comment\":{}}],[\"disthsvsat\",{\"_index\":197,\"name\":{\"458\":{}},\"comment\":{}}],[\"distrgbblue\",{\"_index\":205,\"name\":{\"466\":{}},\"comment\":{}}],[\"distrgbgreen\",{\"_index\":204,\"name\":{\"465\":{}},\"comment\":{}}],[\"distrgbluma\",{\"_index\":201,\"name\":{\"462\":{}},\"comment\":{}}],[\"distrgbred\",{\"_index\":203,\"name\":{\"464\":{}},\"comment\":{}}],[\"distsrgbluma\",{\"_index\":202,\"name\":{\"463\":{}},\"comment\":{}}],[\"dotsh\",{\"_index\":253,\"name\":{\"521\":{}},\"comment\":{}}],[\"dotsv\",{\"_index\":255,\"name\":{\"523\":{}},\"comment\":{}}],[\"easing\",{\"_index\":81,\"name\":{\"98\":{},\"104\":{}},\"comment\":{}}],[\"empty\",{\"_index\":48,\"name\":{\"53\":{},\"169\":{},\"193\":{},\"219\":{},\"245\":{},\"273\":{},\"292\":{},\"315\":{},\"357\":{},\"380\":{},\"404\":{},\"429\":{},\"580\":{},\"608\":{},\"632\":{},\"664\":{},\"687\":{},\"711\":{}},\"comment\":{}}],[\"eps\",{\"_index\":72,\"name\":{\"89\":{},\"119\":{}},\"comment\":{}}],[\"eqdelta\",{\"_index\":44,\"name\":{\"49\":{},\"170\":{},\"194\":{},\"220\":{},\"246\":{},\"274\":{},\"297\":{},\"320\":{},\"358\":{},\"381\":{},\"405\":{},\"430\":{},\"581\":{},\"609\":{},\"633\":{},\"665\":{},\"688\":{},\"712\":{}},\"comment\":{}}],[\"exposuremat\",{\"_index\":265,\"name\":{\"533\":{}},\"comment\":{}}],[\"field\",{\"_index\":110,\"name\":{\"135\":{}},\"comment\":{}}],[\"fieldtext\",{\"_index\":111,\"name\":{\"136\":{}},\"comment\":{}}],[\"from\",{\"_index\":26,\"name\":{\"28\":{}},\"comment\":{}}],[\"g\",{\"_index\":158,\"name\":{\"288\":{},\"311\":{},\"570\":{},\"598\":{}},\"comment\":{}}],[\"gradientcolorstop\",{\"_index\":76,\"name\":{\"93\":{}},\"comment\":{}}],[\"gradientopts\",{\"_index\":77,\"name\":{\"94\":{}},\"comment\":{}}],[\"grayscalemat\",{\"_index\":271,\"name\":{\"539\":{}},\"comment\":{}}],[\"graytext\",{\"_index\":116,\"name\":{\"141\":{}},\"comment\":{}}],[\"green\",{\"_index\":11,\"name\":{\"11\":{},\"69\":{}},\"comment\":{}}],[\"h\",{\"_index\":88,\"name\":{\"109\":{},\"158\":{},\"182\":{},\"208\":{},\"234\":{},\"395\":{}},\"comment\":{}}],[\"hcy\",{\"_index\":126,\"name\":{\"153\":{},\"175\":{}},\"comment\":{}}],[\"hcyrgb\",{\"_index\":125,\"name\":{\"152\":{}},\"comment\":{}}],[\"highlight\",{\"_index\":112,\"name\":{\"137\":{}},\"comment\":{}}],[\"highlighttext\",{\"_index\":113,\"name\":{\"138\":{}},\"comment\":{}}],[\"hsi\",{\"_index\":131,\"name\":{\"177\":{},\"199\":{}},\"comment\":{}}],[\"hsirgb\",{\"_index\":130,\"name\":{\"176\":{}},\"comment\":{}}],[\"hsl\",{\"_index\":137,\"name\":{\"203\":{},\"225\":{}},\"comment\":{}}],[\"hslcss\",{\"_index\":134,\"name\":{\"200\":{}},\"comment\":{}}],[\"hslhsv\",{\"_index\":135,\"name\":{\"201\":{}},\"comment\":{}}],[\"hslrgb\",{\"_index\":136,\"name\":{\"202\":{}},\"comment\":{}}],[\"hsv\",{\"_index\":141,\"name\":{\"229\":{},\"251\":{}},\"comment\":{}}],[\"hsvcss\",{\"_index\":138,\"name\":{\"226\":{}},\"comment\":{}}],[\"hsvhsl\",{\"_index\":139,\"name\":{\"227\":{}},\"comment\":{}}],[\"hsvrgb\",{\"_index\":140,\"name\":{\"228\":{}},\"comment\":{}}],[\"hue\",{\"_index\":6,\"name\":{\"6\":{},\"23\":{}},\"comment\":{}}],[\"huergb\",{\"_index\":277,\"name\":{\"547\":{}},\"comment\":{}}],[\"huerotatemat\",{\"_index\":267,\"name\":{\"535\":{}},\"comment\":{}}],[\"i\",{\"_index\":133,\"name\":{\"184\":{}},\"comment\":{}}],[\"icolor\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"identity\",{\"_index\":261,\"name\":{\"529\":{}},\"comment\":{}}],[\"int32\",{\"_index\":155,\"name\":{\"264\":{}},\"comment\":{}}],[\"intabgr32argb32\",{\"_index\":146,\"name\":{\"255\":{}},\"comment\":{}}],[\"intabgr32rgb\",{\"_index\":149,\"name\":{\"258\":{}},\"comment\":{}}],[\"intabgr32srgb\",{\"_index\":152,\"name\":{\"261\":{}},\"comment\":{}}],[\"intargb32abgr32\",{\"_index\":145,\"name\":{\"254\":{}},\"comment\":{}}],[\"intargb32css\",{\"_index\":143,\"name\":{\"252\":{}},\"comment\":{}}],[\"intargb32rgb\",{\"_index\":147,\"name\":{\"256\":{}},\"comment\":{}}],[\"intargb32srgb\",{\"_index\":151,\"name\":{\"260\":{}},\"comment\":{}}],[\"intbgr24rgb\",{\"_index\":150,\"name\":{\"259\":{}},\"comment\":{}}],[\"intbgr24srgb\",{\"_index\":154,\"name\":{\"263\":{}},\"comment\":{}}],[\"intrgb24css\",{\"_index\":144,\"name\":{\"253\":{}},\"comment\":{}}],[\"intrgb24rgb\",{\"_index\":148,\"name\":{\"257\":{}},\"comment\":{}}],[\"intrgb24srgb\",{\"_index\":153,\"name\":{\"262\":{}},\"comment\":{}}],[\"inv8bit\",{\"_index\":71,\"name\":{\"88\":{}},\"comment\":{}}],[\"invert\",{\"_index\":212,\"name\":{\"473\":{}},\"comment\":{}}],[\"invertint\",{\"_index\":211,\"name\":{\"472\":{}},\"comment\":{}}],[\"invertrgb\",{\"_index\":210,\"name\":{\"471\":{}},\"comment\":{}}],[\"iparsedcolor\",{\"_index\":49,\"name\":{\"54\":{}},\"comment\":{}}],[\"isblack\",{\"_index\":213,\"name\":{\"474\":{}},\"comment\":{}}],[\"isgray\",{\"_index\":215,\"name\":{\"476\":{}},\"comment\":{}}],[\"isrgbgamut\",{\"_index\":214,\"name\":{\"475\":{}},\"comment\":{}}],[\"iswhite\",{\"_index\":216,\"name\":{\"477\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":129,\"name\":{\"174\":{},\"198\":{},\"224\":{},\"250\":{},\"283\":{},\"306\":{},\"329\":{},\"362\":{},\"385\":{},\"409\":{},\"434\":{},\"585\":{},\"613\":{},\"637\":{},\"669\":{},\"692\":{},\"716\":{}},\"comment\":{}}],[\"kelvinrgb\",{\"_index\":279,\"name\":{\"549\":{}},\"comment\":{}}],[\"l\",{\"_index\":90,\"name\":{\"111\":{},\"210\":{},\"346\":{},\"369\":{},\"393\":{},\"418\":{},\"491\":{}},\"comment\":{}}],[\"labcss\",{\"_index\":162,\"name\":{\"332\":{}},\"comment\":{}}],[\"labd50\",{\"_index\":171,\"name\":{\"341\":{},\"363\":{}},\"comment\":{}}],[\"labd65\",{\"_index\":172,\"name\":{\"364\":{},\"386\":{}},\"comment\":{}}],[\"lablabd50_65\",{\"_index\":163,\"name\":{\"333\":{}},\"comment\":{}}],[\"lablabd65_50\",{\"_index\":164,\"name\":{\"334\":{}},\"comment\":{}}],[\"lablch\",{\"_index\":165,\"name\":{\"335\":{}},\"comment\":{}}],[\"labrgb\",{\"_index\":167,\"name\":{\"337\":{}},\"comment\":{}}],[\"labrgbd65\",{\"_index\":168,\"name\":{\"338\":{}},\"comment\":{}}],[\"labxyz\",{\"_index\":169,\"name\":{\"339\":{}},\"comment\":{}}],[\"labxyzd65\",{\"_index\":170,\"name\":{\"340\":{}},\"comment\":{}}],[\"lch\",{\"_index\":174,\"name\":{\"388\":{},\"410\":{}},\"comment\":{}}],[\"lchcss\",{\"_index\":173,\"name\":{\"387\":{}},\"comment\":{}}],[\"lchlab\",{\"_index\":166,\"name\":{\"336\":{}},\"comment\":{}}],[\"lchmaxchroma\",{\"_index\":227,\"name\":{\"488\":{}},\"comment\":{}}],[\"lchmaxlumachroma\",{\"_index\":229,\"name\":{\"493\":{}},\"comment\":{}}],[\"length\",{\"_index\":45,\"name\":{\"50\":{},\"163\":{},\"187\":{},\"213\":{},\"239\":{},\"275\":{},\"298\":{},\"321\":{},\"351\":{},\"374\":{},\"398\":{},\"423\":{},\"574\":{},\"602\":{},\"626\":{},\"658\":{},\"681\":{},\"705\":{}},\"comment\":{}}],[\"linearsrgb\",{\"_index\":217,\"name\":{\"478\":{}},\"comment\":{}}],[\"linktext\",{\"_index\":104,\"name\":{\"129\":{}},\"comment\":{}}],[\"luminance\",{\"_index\":225,\"name\":{\"486\":{}},\"comment\":{}}],[\"luminanceabgr32\",{\"_index\":224,\"name\":{\"485\":{}},\"comment\":{}}],[\"luminancealphamat\",{\"_index\":272,\"name\":{\"540\":{}},\"comment\":{}}],[\"luminanceargb32\",{\"_index\":223,\"name\":{\"484\":{}},\"comment\":{}}],[\"luminanceintabgr32\",{\"_index\":222,\"name\":{\"483\":{}},\"comment\":{}}],[\"luminanceintargb32\",{\"_index\":221,\"name\":{\"482\":{}},\"comment\":{}}],[\"luminancergb\",{\"_index\":219,\"name\":{\"480\":{}},\"comment\":{}}],[\"luminancesrgb\",{\"_index\":220,\"name\":{\"481\":{}},\"comment\":{}}],[\"magenta\",{\"_index\":17,\"name\":{\"17\":{},\"72\":{}},\"comment\":{}}],[\"mapbuffer\",{\"_index\":32,\"name\":{\"35\":{}},\"comment\":{}}],[\"mark\",{\"_index\":114,\"name\":{\"139\":{}},\"comment\":{}}],[\"marktext\",{\"_index\":115,\"name\":{\"140\":{}},\"comment\":{}}],[\"maxchroma\",{\"_index\":226,\"name\":{\"487\":{}},\"comment\":{}}],[\"maxlumachroma\",{\"_index\":228,\"name\":{\"489\":{}},\"comment\":{}}],[\"maybecolor\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"mix\",{\"_index\":80,\"name\":{\"97\":{},\"103\":{},\"500\":{}},\"comment\":{}}],[\"mixh\",{\"_index\":231,\"name\":{\"495\":{}},\"comment\":{}}],[\"mixhnnn\",{\"_index\":233,\"name\":{\"497\":{}},\"comment\":{}}],[\"mixn\",{\"_index\":232,\"name\":{\"496\":{}},\"comment\":{}}],[\"mixnnhn\",{\"_index\":234,\"name\":{\"498\":{}},\"comment\":{}}],[\"mixnnnn\",{\"_index\":235,\"name\":{\"499\":{}},\"comment\":{}}],[\"mode\",{\"_index\":20,\"name\":{\"20\":{},\"25\":{},\"47\":{},\"55\":{},\"59\":{},\"162\":{},\"186\":{},\"212\":{},\"238\":{},\"270\":{},\"286\":{},\"309\":{},\"350\":{},\"373\":{},\"397\":{},\"422\":{},\"573\":{},\"601\":{},\"625\":{},\"657\":{},\"680\":{},\"704\":{}},\"comment\":{}}],[\"monochromestrategy\",{\"_index\":247,\"name\":{\"515\":{}},\"comment\":{}}],[\"multicolorgradient\",{\"_index\":208,\"name\":{\"469\":{}},\"comment\":{}}],[\"multicolorgradientbuffer\",{\"_index\":209,\"name\":{\"470\":{}},\"comment\":{}}],[\"multicosinegradient\",{\"_index\":194,\"name\":{\"455\":{}},\"comment\":{}}],[\"namedhuergb\",{\"_index\":278,\"name\":{\"548\":{}},\"comment\":{}}],[\"num\",{\"_index\":78,\"name\":{\"95\":{},\"101\":{},\"116\":{},\"543\":{}},\"comment\":{}}],[\"offset\",{\"_index\":37,\"name\":{\"40\":{},\"156\":{},\"180\":{},\"206\":{},\"232\":{},\"268\":{},\"295\":{},\"318\":{},\"344\":{},\"367\":{},\"391\":{},\"416\":{},\"567\":{},\"595\":{},\"619\":{},\"651\":{},\"674\":{},\"698\":{}},\"comment\":{}}],[\"oklab\",{\"_index\":177,\"name\":{\"413\":{},\"435\":{}},\"comment\":{}}],[\"oklab_m1\",{\"_index\":68,\"name\":{\"85\":{}},\"comment\":{}}],[\"oklab_m2\",{\"_index\":69,\"name\":{\"86\":{}},\"comment\":{}}],[\"oklabrgb\",{\"_index\":175,\"name\":{\"411\":{}},\"comment\":{}}],[\"oklabxyzd65\",{\"_index\":176,\"name\":{\"412\":{}},\"comment\":{}}],[\"orange\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"order\",{\"_index\":25,\"name\":{\"27\":{}},\"comment\":{}}],[\"parsecss\",{\"_index\":123,\"name\":{\"150\":{}},\"comment\":{}}],[\"parsedcolor\",{\"_index\":50,\"name\":{\"57\":{}},\"comment\":{}}],[\"parsehex\",{\"_index\":124,\"name\":{\"151\":{}},\"comment\":{}}],[\"proximity\",{\"_index\":239,\"name\":{\"505\":{}},\"comment\":{}}],[\"proximityabgr32\",{\"_index\":240,\"name\":{\"507\":{}},\"comment\":{}}],[\"r\",{\"_index\":157,\"name\":{\"287\":{},\"310\":{},\"569\":{},\"597\":{}},\"comment\":{}}],[\"random\",{\"_index\":31,\"name\":{\"33\":{}},\"comment\":{}}],[\"randomize\",{\"_index\":40,\"name\":{\"44\":{},\"171\":{},\"195\":{},\"221\":{},\"247\":{},\"279\":{},\"302\":{},\"325\":{},\"359\":{},\"382\":{},\"406\":{},\"431\":{},\"582\":{},\"610\":{},\"634\":{},\"666\":{},\"689\":{},\"713\":{}},\"comment\":{}}],[\"range\",{\"_index\":22,\"name\":{\"22\":{},\"34\":{},\"42\":{},\"122\":{},\"164\":{},\"188\":{},\"214\":{},\"240\":{},\"276\":{},\"299\":{},\"322\":{},\"352\":{},\"375\":{},\"399\":{},\"424\":{},\"575\":{},\"603\":{},\"627\":{},\"659\":{},\"682\":{},\"706\":{}},\"comment\":{}}],[\"readonlycolor\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"red\",{\"_index\":7,\"name\":{\"7\":{},\"68\":{}},\"comment\":{}}],[\"rgb\",{\"_index\":294,\"name\":{\"564\":{},\"586\":{}},\"comment\":{}}],[\"rgb_luminance_rec2020\",{\"_index\":59,\"name\":{\"76\":{}},\"comment\":{}}],[\"rgb_luminance_rec601\",{\"_index\":57,\"name\":{\"74\":{}},\"comment\":{}}],[\"rgb_luminance_rec709\",{\"_index\":58,\"name\":{\"75\":{}},\"comment\":{}}],[\"rgb_xyz_d50\",{\"_index\":60,\"name\":{\"77\":{}},\"comment\":{}}],[\"rgb_xyz_d65\",{\"_index\":62,\"name\":{\"79\":{}},\"comment\":{}}],[\"rgbcss\",{\"_index\":280,\"name\":{\"550\":{}},\"comment\":{}}],[\"rgbhcv\",{\"_index\":281,\"name\":{\"551\":{}},\"comment\":{}}],[\"rgbhcy\",{\"_index\":282,\"name\":{\"552\":{}},\"comment\":{}}],[\"rgbhsi\",{\"_index\":283,\"name\":{\"553\":{}},\"comment\":{}}],[\"rgbhsl\",{\"_index\":284,\"name\":{\"554\":{}},\"comment\":{}}],[\"rgbhsv\",{\"_index\":285,\"name\":{\"555\":{}},\"comment\":{}}],[\"rgblab\",{\"_index\":286,\"name\":{\"556\":{}},\"comment\":{}}],[\"rgblabd65\",{\"_index\":287,\"name\":{\"557\":{}},\"comment\":{}}],[\"rgboklab\",{\"_index\":288,\"name\":{\"558\":{}},\"comment\":{}}],[\"rgbsrgb\",{\"_index\":289,\"name\":{\"559\":{}},\"comment\":{}}],[\"rgbsrgbapprox\",{\"_index\":290,\"name\":{\"560\":{}},\"comment\":{}}],[\"rgbxyz\",{\"_index\":291,\"name\":{\"561\":{}},\"comment\":{}}],[\"rgbxyzd65\",{\"_index\":292,\"name\":{\"562\":{}},\"comment\":{}}],[\"rgbycc\",{\"_index\":293,\"name\":{\"563\":{}},\"comment\":{}}],[\"rnd\",{\"_index\":97,\"name\":{\"120\":{},\"546\":{}},\"comment\":{}}],[\"rose\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"rotate\",{\"_index\":236,\"name\":{\"501\":{}},\"comment\":{}}],[\"s\",{\"_index\":132,\"name\":{\"183\":{},\"209\":{},\"235\":{}},\"comment\":{}}],[\"saturationmat\",{\"_index\":266,\"name\":{\"534\":{}},\"comment\":{}}],[\"selectchannel\",{\"_index\":238,\"name\":{\"503\":{}},\"comment\":{}}],[\"sepiamat\",{\"_index\":269,\"name\":{\"537\":{}},\"comment\":{}}],[\"set\",{\"_index\":41,\"name\":{\"45\":{},\"172\":{},\"196\":{},\"222\":{},\"248\":{},\"281\":{},\"304\":{},\"327\":{},\"360\":{},\"383\":{},\"407\":{},\"432\":{},\"583\":{},\"611\":{},\"635\":{},\"667\":{},\"690\":{},\"714\":{}},\"comment\":{}}],[\"setalpha\",{\"_index\":178,\"name\":{\"437\":{}},\"comment\":{}}],[\"setprecision\",{\"_index\":70,\"name\":{\"87\":{}},\"comment\":{}}],[\"setsystemcolors\",{\"_index\":118,\"name\":{\"143\":{}},\"comment\":{}}],[\"shade\",{\"_index\":258,\"name\":{\"526\":{}},\"comment\":{}}],[\"sort\",{\"_index\":241,\"name\":{\"509\":{}},\"comment\":{}}],[\"sortmapped\",{\"_index\":242,\"name\":{\"510\":{}},\"comment\":{}}],[\"splitanalogstrategy\",{\"_index\":245,\"name\":{\"513\":{}},\"comment\":{}}],[\"splitcomplementarystrategy\",{\"_index\":246,\"name\":{\"514\":{}},\"comment\":{}}],[\"spring_green\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"squarestrategy\",{\"_index\":250,\"name\":{\"518\":{}},\"comment\":{}}],[\"srgb\",{\"_index\":300,\"name\":{\"592\":{},\"614\":{}},\"comment\":{}}],[\"srgbcss\",{\"_index\":295,\"name\":{\"587\":{}},\"comment\":{}}],[\"srgbintabgr32\",{\"_index\":297,\"name\":{\"589\":{}},\"comment\":{}}],[\"srgbintargb32\",{\"_index\":296,\"name\":{\"588\":{}},\"comment\":{}}],[\"srgblinear\",{\"_index\":218,\"name\":{\"479\":{}},\"comment\":{}}],[\"srgbrgb\",{\"_index\":298,\"name\":{\"590\":{}},\"comment\":{}}],[\"srgbrgbapprox\",{\"_index\":299,\"name\":{\"591\":{}},\"comment\":{}}],[\"stops\",{\"_index\":79,\"name\":{\"96\":{},\"102\":{}},\"comment\":{}}],[\"stride\",{\"_index\":38,\"name\":{\"41\":{},\"157\":{},\"181\":{},\"207\":{},\"233\":{},\"269\":{},\"296\":{},\"319\":{},\"345\":{},\"368\":{},\"392\":{},\"417\":{},\"568\":{},\"596\":{},\"620\":{},\"652\":{},\"675\":{},\"699\":{}},\"comment\":{}}],[\"subtractmat\",{\"_index\":262,\"name\":{\"530\":{}},\"comment\":{}}],[\"swatches\",{\"_index\":251,\"name\":{\"519\":{}},\"comment\":{}}],[\"swatchesh\",{\"_index\":252,\"name\":{\"520\":{}},\"comment\":{}}],[\"swatchesv\",{\"_index\":254,\"name\":{\"522\":{}},\"comment\":{}}],[\"systemcolors\",{\"_index\":101,\"name\":{\"126\":{}},\"comment\":{}}],[\"temperaturemat\",{\"_index\":268,\"name\":{\"536\":{}},\"comment\":{}}],[\"tetradicstrategy\",{\"_index\":249,\"name\":{\"517\":{}},\"comment\":{}}],[\"tint\",{\"_index\":256,\"name\":{\"524\":{}},\"comment\":{}}],[\"tintmat\",{\"_index\":270,\"name\":{\"538\":{}},\"comment\":{}}],[\"tojson\",{\"_index\":42,\"name\":{\"46\":{},\"173\":{},\"197\":{},\"223\":{},\"249\":{},\"282\":{},\"305\":{},\"328\":{},\"361\":{},\"384\":{},\"408\":{},\"433\":{},\"584\":{},\"612\":{},\"636\":{},\"668\":{},\"691\":{},\"715\":{}},\"comment\":{}}],[\"tone\",{\"_index\":257,\"name\":{\"525\":{}},\"comment\":{}}],[\"torgb\",{\"_index\":27,\"name\":{\"29\":{}},\"comment\":{}}],[\"transform\",{\"_index\":259,\"name\":{\"527\":{}},\"comment\":{}}],[\"triadicstrategy\",{\"_index\":248,\"name\":{\"516\":{}},\"comment\":{}}],[\"tx\",{\"_index\":83,\"name\":{\"100\":{}},\"comment\":{}}],[\"typedcolor\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"typedcolorconstructor\",{\"_index\":33,\"name\":{\"36\":{}},\"comment\":{}}],[\"v\",{\"_index\":142,\"name\":{\"236\":{}},\"comment\":{}}],[\"value\",{\"_index\":51,\"name\":{\"60\":{},\"267\":{},\"294\":{},\"317\":{}},\"comment\":{}}],[\"variance\",{\"_index\":96,\"name\":{\"118\":{}},\"comment\":{}}],[\"variationopts\",{\"_index\":274,\"name\":{\"542\":{}},\"comment\":{}}],[\"variations\",{\"_index\":273,\"name\":{\"541\":{}},\"comment\":{}}],[\"violet\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"visitedtext\",{\"_index\":105,\"name\":{\"130\":{}},\"comment\":{}}],[\"w\",{\"_index\":93,\"name\":{\"114\":{}},\"comment\":{}}],[\"wavelengthxyz\",{\"_index\":304,\"name\":{\"639\":{}},\"comment\":{}}],[\"weight\",{\"_index\":99,\"name\":{\"124\":{}},\"comment\":{}}],[\"weights\",{\"_index\":275,\"name\":{\"544\":{}},\"comment\":{}}],[\"white\",{\"_index\":56,\"name\":{\"67\":{}},\"comment\":{}}],[\"x\",{\"_index\":303,\"name\":{\"621\":{},\"653\":{},\"676\":{}},\"comment\":{}}],[\"xyy\",{\"_index\":302,\"name\":{\"616\":{},\"638\":{}},\"comment\":{}}],[\"xyyxyz\",{\"_index\":301,\"name\":{\"615\":{}},\"comment\":{}}],[\"xyz_rgb_d50\",{\"_index\":61,\"name\":{\"78\":{}},\"comment\":{}}],[\"xyz_rgb_d65\",{\"_index\":63,\"name\":{\"80\":{}},\"comment\":{}}],[\"xyzd50\",{\"_index\":313,\"name\":{\"648\":{},\"670\":{}},\"comment\":{}}],[\"xyzd65\",{\"_index\":315,\"name\":{\"671\":{},\"693\":{}},\"comment\":{}}],[\"xyzlab\",{\"_index\":305,\"name\":{\"640\":{}},\"comment\":{}}],[\"xyzlabd65\",{\"_index\":306,\"name\":{\"641\":{}},\"comment\":{}}],[\"xyzoklab\",{\"_index\":307,\"name\":{\"642\":{}},\"comment\":{}}],[\"xyzrgb\",{\"_index\":308,\"name\":{\"643\":{}},\"comment\":{}}],[\"xyzrgbd65\",{\"_index\":309,\"name\":{\"644\":{}},\"comment\":{}}],[\"xyzxyy\",{\"_index\":310,\"name\":{\"645\":{}},\"comment\":{}}],[\"xyzxyzd50_65\",{\"_index\":312,\"name\":{\"647\":{}},\"comment\":{}}],[\"xyzxyzd65_50\",{\"_index\":311,\"name\":{\"646\":{}},\"comment\":{}}],[\"y\",{\"_index\":127,\"name\":{\"160\":{},\"622\":{},\"623\":{},\"654\":{},\"677\":{},\"700\":{}},\"comment\":{}}],[\"ycc\",{\"_index\":317,\"name\":{\"695\":{},\"717\":{}},\"comment\":{}}],[\"yccrgb\",{\"_index\":316,\"name\":{\"694\":{}},\"comment\":{}}],[\"yellow\",{\"_index\":9,\"name\":{\"9\":{},\"73\":{}},\"comment\":{}}],[\"z\",{\"_index\":314,\"name\":{\"655\":{},\"678\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|