Structs§
- Pixel
Color - A single color within an image, stored in rgb
Functions§
- fetch_
colors - Returns a
ColorCounts
pixel to count vector for a file - fetch_
colors_ img - Returns a
ColorCounts
pixel to count vector for a image - print_
colors - Prints colors from
ColorCounts
vector, options to use color, a delimiter, or print in rgb, not hex. - sort_
colors - Sorts a
ColorCounts
type by number of pixels
Type Aliases§
- Color
Counts - Type that associates a
PixelColor
to how many pixels in image