Modules§
- canvas
- errors
- event
- image
- prelude
- The Verdant Prelude.
- render_
surface - shapes
- text
- transform
- types
- vec
- view
- window
Structs§
Enums§
- Texture
Format - Format in which a texture’s texels are stored in GPU memory.
- Winit
Event - Describes an event from a [
Window].
Functions§
- rgb
- Constructs a
Colorfrom RGB components in the range0.0..=1.0, with full opacity. - rgb255
- Constructs a
Colorfrom RGB components in the range0.0..=255.0, with full opacity. - rgba
- Constructs a
Colorfrom RGBA components in the range0.0..=1.0. - rgba255
- Constructs a
Colorfrom RGBA components in the range0.0..=255.0.
Type Aliases§
- Advanced
Window Properties - This is for if you need to do things that Verdant’s
WindowPropertiesdoesn’t support. UseWindowPropertiesfor normal use cases. - Renderer
Result