Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashreys/desaturate
A handy plugin for Figma to desaturate image fills in any selected objects.
https://github.com/aashreys/desaturate
Last synced: about 1 month ago
JSON representation
A handy plugin for Figma to desaturate image fills in any selected objects.
- Host: GitHub
- URL: https://github.com/aashreys/desaturate
- Owner: aashreys
- License: mit
- Created: 2021-05-07T15:12:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T20:58:28.000Z (5 months ago)
- Last Synced: 2024-07-11T23:42:36.196Z (5 months ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desaturate
A Figma plugin to desaturate layers in bulk. More info on the [plugin page](https://www.figma.com/community/plugin/972353621057384319/Desaturate) on Figma Community.## Roadmap
* ✅ Desaturate images in selected frames or vector objects
* ✅ Frame and group traversal
* ✅ Publish on Figma community## Attributions
* Desaturation method for Frames & Groups courtesy of [@Harold Emsheimer](https://twitter.com/pws)
## Related Reading
* [Figma API Documentation - Nodes](https://www.figma.com/plugin-docs/api/nodes/)
* [Grayscale Conversion Algorithms](https://tannerhelland.com/2011/10/01/grayscale-image-algorithm-vb6.html)