UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

1 lines 965 B
{"version":3,"file":"rgb.cjs","sources":["../../../../../../../../../.yarn/berry/cache/chroma-js-npm-3.2.0-d5c39f5077-10c0.zip/node_modules/chroma-js/src/interpolator/rgb.js"],"sourcesContent":["import Color from '../Color.js';\nimport index from './index.js';\n\nconst rgb = (col1, col2, f) => {\n const xyz0 = col1._rgb;\n const xyz1 = col2._rgb;\n return new Color(\n xyz0[0] + f * (xyz1[0] - xyz0[0]),\n xyz0[1] + f * (xyz1[1] - xyz0[1]),\n xyz0[2] + f * (xyz1[2] - xyz0[2]),\n 'rgb'\n );\n};\n\n// register interpolator\nindex.rgb = rgb;\n\nexport default rgb;\n"],"names":[],"mappings":";;;AAGA,MAAM,MAAM,CAAC,MAAM,MAAM,MAAM;AAC3B,QAAM,OAAO,KAAK;AAClB,QAAM,OAAO,KAAK;AAClB,SAAO,IAAI;AAAA,IACP,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,CAAC;AAAA,IAC/B,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,CAAC;AAAA,IAC/B,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,IAAI,KAAK,CAAC;AAAA,IAC/B;AAAA,EACR;AACA;AAGA,MAAM,MAAM;","x_google_ignoreList":[0]}