Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimikage/cmykcolortypes.jl
CMYK color types
https://github.com/kimikage/cmykcolortypes.jl
cmyk colors
Last synced: 6 days ago
JSON representation
CMYK color types
- Host: GitHub
- URL: https://github.com/kimikage/cmykcolortypes.jl
- Owner: kimikage
- License: mit
- Created: 2020-04-20T08:37:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T17:51:03.000Z (8 months ago)
- Last Synced: 2024-11-07T08:51:04.274Z (about 2 months ago)
- Topics: cmyk, colors
- Language: Julia
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMYKColorTypes.jl
[![Docs Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://kimikage.github.io/CMYKColorTypes.jl/stable)
[![Docs Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://kimikage.github.io/CMYKColorTypes.jl/dev)
[![CI](https://github.com/kimikage/CMYKColorTypes.jl/workflows/CI/badge.svg)](https://github.com/kimikage/CMYKColorTypes.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/kimikage/CMYKColorTypes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kimikage/CMYKColorTypes.jl)This package is an add-on to [ColorTypes](https://github.com/JuliaGraphics/ColorTypes.jl),
and provides color types for [process color](https://en.wikipedia.org/wiki/CMYK_color_model),
i.e. cyan, magenta, yellow and key (black) color model.