Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.