Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 484 Bytes

This is an experimental package to generate color palettes. We train a neural network to generate a color space that's perceptually uniform. Older classic methods do not have this property.

RGB (most simple method)

pic

Euclidean distance in CIELAB color space:

pic

CIE94 color difference formula:

pic

CIEDE2000 color difference formula:

pic

Our method (neural network based):

pic