Packages

A Gleam library for deterministic string to color conversion.

Current section

Files

Jump to
colorhash include colorhash_ColorHash.hrl
Raw

include/colorhash_ColorHash.hrl

-record(color_hash, {
saturations :: gleam@dict:dict(integer(), float()),
lightnesses :: gleam@dict:dict(integer(), float()),
hue_ranges :: gleam@dict:dict(integer(), {float(), float()})
}).