UNPKG

@macrostrat/column-components

Version:

React rendering primitives for stratigraphic columns

1 lines 1.16 kB
{"version":3,"file":"lrgb.cjs","sources":["../../../../../../../../../.yarn/berry/cache/chroma-js-npm-3.2.0-d5c39f5077-10c0.zip/node_modules/chroma-js/src/interpolator/lrgb.js"],"sourcesContent":["import Color from '../Color.js';\nconst { sqrt, pow } = Math;\nimport index from './index.js';\n\nconst lrgb = (col1, col2, f) => {\n const [x1, y1, z1] = col1._rgb;\n const [x2, y2, z2] = col2._rgb;\n return new Color(\n sqrt(pow(x1, 2) * (1 - f) + pow(x2, 2) * f),\n sqrt(pow(y1, 2) * (1 - f) + pow(y2, 2) * f),\n sqrt(pow(z1, 2) * (1 - f) + pow(z2, 2) * f),\n 'rgb'\n );\n};\n\n// register interpolator\nindex.lrgb = lrgb;\n\nexport default lrgb;\n"],"names":[],"mappings":";;;AACA,MAAM,EAAE,MAAM,IAAG,IAAK;AAGtB,MAAM,OAAO,CAAC,MAAM,MAAM,MAAM;AAC5B,QAAM,CAAC,IAAI,IAAI,EAAE,IAAI,KAAK;AAC1B,QAAM,CAAC,IAAI,IAAI,EAAE,IAAI,KAAK;AAC1B,SAAO,IAAI;AAAA,IACP,KAAK,IAAI,IAAI,CAAC,KAAK,IAAI,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC;AAAA,IAC1C,KAAK,IAAI,IAAI,CAAC,KAAK,IAAI,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC;AAAA,IAC1C,KAAK,IAAI,IAAI,CAAC,KAAK,IAAI,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC;AAAA,IAC1C;AAAA,EACR;AACA;AAGA,MAAM,OAAO;","x_google_ignoreList":[0]}