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
- Host: GitHub
- URL: https://github.com/samdroid-apps/python-munsell
- Owner: samdroid-apps
- Created: 2015-01-02T20:58:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T20:10:03.000Z (over 8 years ago)
- Last Synced: 2025-03-22T08:23:55.132Z (about 1 year ago)
- Language: Python
- Size: 81.1 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.