Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliagraphics/colorschemetools.jl
tools for working with color schemes, color maps, gradients
https://github.com/juliagraphics/colorschemetools.jl
color-scheme colors colorscheme-generator colorschemes graphics
Last synced: 29 days ago
JSON representation
tools for working with color schemes, color maps, gradients
- Host: GitHub
- URL: https://github.com/juliagraphics/colorschemetools.jl
- Owner: JuliaGraphics
- License: other
- Created: 2019-01-25T09:29:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T17:56:21.000Z (9 months ago)
- Last Synced: 2024-11-07T08:16:35.846Z (3 months ago)
- Topics: color-scheme, colors, colorscheme-generator, colorschemes, graphics
- Language: Julia
- Homepage: https://juliagraphics.github.io/ColorSchemeTools.jl/
- Size: 9.69 MB
- Stars: 19
- Watchers: 12
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
| **Documentation** | **Build Status** |
|:--------------------------------------- |:----------------------------------------------------------------------------------------------- |
| [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url] | [![Build Status][ci-img]][ci-url] | [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |## ColorSchemeTools
This package provides tools for working with colorschemes and colormaps. It's a
companion to the
[ColorSchemes.jl](https://github.com/JuliaGraphics/ColorSchemes.jl) package.For example, you can extract colorschemes from images, and replace an image
colorscheme with another. There are also functions for creating new color schemes
from lists, dictionaries, and functions.This package relies on:
- [Colors.jl](https://github.com/JuliaGraphics/Colors.jl)
- [ColorSchemes.jl](https://github.com/JuliaGraphics/ColorSchemes.jl)
- [Images.jl](https://github.com/JuliaImages/Images.jl)
- [Clustering.jl](https://github.com/JuliaStats/Clustering.jl)
- [Interpolations.jl](https://github.com/JuliaMath/Interpolations.jl)[docs-stable-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg
[docs-stable-url]: https://JuliaGraphics.github.io/ColorSchemeTools.jl/stable/[docs-latest-img]: https://img.shields.io/badge/docs-in_development-orange.svg
[docs-latest-url]: https://JuliaGraphics.github.io/ColorSchemeTools.jl/latest/[appveyor-img]: https://ci.appveyor.com/api/projects/status/59hherf65c713iaw/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/cormullion/colorschemetools-jl[codecov-img]: https://codecov.io/gh/JuliaGraphics/ColorSchemeTools.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JuliaGraphics/ColorSchemeTools.jl[ci-img]: https://github.com/JuliaGraphics/ColorSchemeTools.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/JuliaGraphics/ColorSchemeTools.jl/actions?query=workflow%3ACI