Count occurrences of each color in an image, keyed by #rrggbb.
pixelAmount multiplies each count and floors to int; values < 1 will drop low-count colors entirely (count rounds to 0).
removeLowerThan / removeHigherThan drop entries outside the range; 0 disables either bound.
Count occurrences of each color in an image, keyed by
#rrggbb.pixelAmountmultiplies each count and floors to int; values < 1 will drop low-count colors entirely (count rounds to 0).removeLowerThan/removeHigherThandrop entries outside the range;0disables either bound.