package
0.0.0-20240106093139-01a19e393da4
Repository: https://github.com/richardlt/matrix.git
Documentation: pkg.go.dev

# Functions

GetColorFromLocalThemeByName returns an loaded theme's color in memory.
GetFontByName returns an loaded font in memory.
GetFontCaracterByValue returns a font's caracter from given value.
GetImageByName returns an loaded image in memory.
GetImagePixelWithIndex returns the color of a image at index.
Init prepares rendering stuff.
NewFrame returns a clean transparent frame.
NewMatrix returns a new matrix with given size.

# Structs

Frame is a rectangle with given width and height that contains pixels.
Matrix is a multi layer frames container.