Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bexxmodd/paleatra
/ types & classes
Types & classes
8 in github.com/bexxmodd/paleatra
⨍
Functions
36
◇
Types & classes
8
Class
BoxShape
src/utils.rs:117
Class
Cli
src/main.rs:12
Class
ColorCount
Struct to keep track of number of occurrences of each color Contains the RGBA tuple and hex code of the color
src/colors.rs:8
Interface
Filter
src/filters.rs:3
Class
FramedPicture
Use to build a new image with extended boarders as 'frame' and a palette of `n` most frequently found colors in the original image. Contains `ImageBuf
src/picture.rs:81
Class
Palette
Palette struct which holds the image buffer of the palette, number of boxes, box size, and empty space size between boxes This can be empty, or colore
src/picture.rs:9
Enum
Placement
src/utils.rs:110
Interface
SaveImage
src/utils.rs:92