ChromaPulse

Add to Figma Buy License on$2

One time purchase and 5 times trial.

“ChromaPulse” is an image color analysis plugin of Figma,
that extracts dominant and prominent colors from nodes
which are filled with an image and generates palettes.

Multi Process

Up to 10 images can be analyzed at once.

Algorithm

  • Dominant Color

    The palette is generated by analyzing the full range of colors that dominate the image.

    The extraction method is based on the median cut quantization (MMCQ) algorithm used by color-thief.

  • Prominent Color

    Extracts mainly the distinctive colors of an image, yielding results that are slightly more pointed than dominant colors.

    This is a simple mechanical extraction method by color.js.

  • Average Color

    Obtains the average color of the image.

    *Notwithstanding the number of palettes specified, the result obtained from average color extraction is only one color.

Granularity

This is a specification of the scan granularity during image analysis.
The finer the granularity, the slower the processing speed will be because of
the increased processing load, larger granularities result in faster processing speeds.

A finer granularity does not necessarily mean better results,
this should be considered as an option that changes the extraction variation of the palette.
And it has a greater impact on the extraction of prominent colors.

Libraries

lokesh/color-thief

The MIT License (MIT)

Copyright (c) 2015 Lokesh Dhakar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

luukdv/color.js

MIT License

Copyright (c) 2023 Luuk de Vlieger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.