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

https://github.com/samdroid-apps/python-munsell

A Python library for the Munsell colour system
https://github.com/samdroid-apps/python-munsell

Last synced: 8 months ago
JSON representation

A Python library for the Munsell colour system

Awesome Lists containing this project

README

          

# Python Munsell

Python Munsell provides a `MunsellColor` object for Python. The `MunsellColor`
object can be used to represent Munsell colors and convert them to RGB.

The main code is defined on the package level in the \_\_init\_\_.py file. The color lookup table is located in table.py. For more information, refer to the docstrings.

## Munsell Hue Notation ##

### Principal Hues ###

**R** Red

**P** Purple

**B** Blue

**G** Green

**Y** Yellow

### Intermediate Hues ###

Intermediate hues are constructed by combining the principal hues. Example: YR Yellow-Red; GY Green-Yellow.