SYMBOL INDEX (40 symbols across 7 files) FILE: demo/src/App.js class App (line 11) | class App extends Component { method componentWillMount (line 14) | componentWillMount() { method getLargestImageUrl (line 34) | getLargestImageUrl(images) { method render (line 45) | render() { FILE: packages/image-palette-core/src/color-thief.js function getColorIndex (line 258) | function getColorIndex(r, g, b) { function PQueue (line 263) | function PQueue(comparator) { function VBox (line 300) | function VBox(r1, r2, g1, g2, b1, b2, histo) { function CMap (line 388) | function CMap() { function getHisto (line 456) | function getHisto(pixels) { function vboxFromPixels (line 471) | function vboxFromPixels(pixels, histo) { function medianCutApply (line 491) | function medianCutApply(histo, vbox) { function quantize (line 580) | function quantize(pixels, maxcolors) { FILE: packages/image-palette-core/src/index.js constant THRESHOLD_CONTRAST_RATIO (line 20) | const THRESHOLD_CONTRAST_RATIO = 1.0; constant MINIMUM_CONTRAST_RATIO (line 22) | const MINIMUM_CONTRAST_RATIO = 4.5; constant IDEAL_CONTRAST_RATIO (line 23) | const IDEAL_CONTRAST_RATIO = 7.5; function getRGBRange (line 42) | function getRGBRange(color: Color) { function getPixelDominance (line 55) | function getPixelDominance(color: Color) { function calculateTotalPairScore (line 67) | function calculateTotalPairScore(pairs) { function sortPairsByScore (line 75) | function sortPairsByScore(pairs: ColorPairings) { function getMostDominantPrimaryColor (line 103) | function getMostDominantPrimaryColor(WCAGCompliantColorPairs: ColorPairi... function getColorPalette (line 128) | function getColorPalette(image, colorThief: ColorThief): Array { function getImagePalette (line 151) | function getImagePalette(image: string, colorThief: ColorThief) { FILE: packages/preact-image-palette/__tests__/test.js class TestComponent (line 6) | class TestComponent extends Component { method render (line 7) | render() { FILE: packages/preact-image-palette/src/provider.js class ImagePaletteProvider (line 4) | class ImagePaletteProvider extends Component { method constructor (line 5) | constructor(...args) { method componentDidMount (line 12) | componentDidMount() { method componentWillUnmount (line 20) | componentWillUnmount() { method onImageload (line 25) | onImageload() { method onImageError (line 31) | onImageError() { method render (line 37) | render() { FILE: packages/react-image-palette/__tests__/test.js class TestComponent (line 7) | class TestComponent extends React.Component { method render (line 8) | render() { FILE: packages/react-image-palette/src/provider.js class ImagePaletteProvider (line 4) | class ImagePaletteProvider extends React.Component { method constructor (line 5) | constructor(...args) { method componentDidMount (line 12) | componentDidMount() { method componentWillUnmount (line 20) | componentWillUnmount() { method onImageload (line 25) | onImageload() { method onImageError (line 31) | onImageError() { method render (line 37) | render() {