Crate egui_heatmap

Source
Expand description

Navigatable bitmap widget for egui

Modules§

colors
This contains some default colors and further color-related types, like gradients

Structs§

BitMapText
Some font-related types A rendered gray-scale bitmap, representing a string rendered using some font
BitmapWidget
This is a bitmap widget, the main type of this crate
ColorWithThickness
This types bundles a color with a size
CoordinatePoint
This is a point, using the user-given coordinate system
CoordinateRect
This is a rectangle in the user-given coordinate system.
Data
A representation of a bitmap with overlay text
FontOptions
Some font-related types Options for rendering a string
HeatmapData
This represents numeric data
MultiBitmapWidget
This is a bitmap widget, the main type of this crate
MultiBitmapWidgetSettings
This is the main settings type
Overlay
Overlay text, which is shown once user zooms in enough
ShowState
This encodes the current state of the heatmap
ShowStateSingle
This encodes the current state of the heatmap

Enums§

Event
Events which happend to the heatmap
Font
Some font-related types Font to use
MapPosition
Hover type
MultiMapPosition
Hover type

Type Aliases§

Color
Color type: egui::Color32