hawyar / munsell

Convert sRGB to Munsell color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

munsell

JavaScript Style Guide

Convert sRGB to Munsell color

sRGB to Munsell

import { sRGBToMunsell } from 'munsell'
const munsell = await sRGBToMunsell(0, 34, 153)

Munsell to sRGB

import { sRGBToMunsell } from 'munsell'
const rgb = await munsellTosRGB('5.0R', 1, 2)

The source of Munsell renotations are provided here

About

Convert sRGB to Munsell color


Languages

Language:JavaScript 100.0%