Crate bly

source ·
Expand description

Structs

  • An interface to make Painter easier to use (in fact, it is also a structure that hides Painter’s behavior to some extent)
  • Bly Drawing Context - Wrapper for Backend
  • Mainly used to store vertex information

Enums

  • Enumeration of colors defined by default. Used to specify fill color, etc.

Functions

  • Initialize bly
    If Backend is not supported or some error occurs during initialization, Err is returned.

Type Definitions