Current section
Files
Jump to
Current section
Files
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()}),
hash_fun :: fun((binary()) -> integer())
}).