Expand description
Navigatable bitmap widget for egui
Modules§
- colors
- This contains some default colors and further color-related types, like gradients
Structs§
- BitMap
Text - Some font-related types A rendered gray-scale bitmap, representing a string rendered using some font
- Bitmap
Widget - This is a bitmap widget, the main type of this crate
- Color
With Thickness - This types bundles a color with a size
- Coordinate
Point - This is a point, using the user-given coordinate system
- Coordinate
Rect - This is a rectangle in the user-given coordinate system.
- Data
- A representation of a bitmap with overlay text
- Font
Options - Some font-related types Options for rendering a string
- Heatmap
Data - This represents numeric data
- Multi
Bitmap Widget - This is a bitmap widget, the main type of this crate
- Multi
Bitmap Widget Settings - This is the main settings type
- Overlay
- Overlay text, which is shown once user zooms in enough
- Show
State - This encodes the current state of the heatmap
- Show
State Single - 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
- Multi
MapPosition - Hover type
Type Aliases§
- Color
- Color type: egui::Color32