@macrostrat/column-components
Version:
React rendering primitives for stratigraphic columns
1 lines • 566 B
Source Map (JSON)
{"version":3,"file":"rgb2num.cjs","sources":["../../../../../../../../../../.yarn/berry/cache/chroma-js-npm-3.2.0-d5c39f5077-10c0.zip/node_modules/chroma-js/src/io/num/rgb2num.js"],"sourcesContent":["import { unpack } from '../../utils/index.js';\n\nconst rgb2num = (...args) => {\n const [r, g, b] = unpack(args, 'rgb');\n return (r << 16) + (g << 8) + b;\n};\n\nexport default rgb2num;\n"],"names":[],"mappings":";;;AAEK,MAAC,UAAU,IAAI,SAAS;AACzB,QAAM,CAAC,GAAG,GAAG,CAAC,IAAI,OAAO,MAAM,KAAK;AACpC,UAAQ,KAAK,OAAO,KAAK,KAAK;AAClC;;","x_google_ignoreList":[0]}