Module firefly_rust::graphics

source ·
Expand description

Draw shapes, images, and text on the screen.

Structs§

  • An angle between two vectors.
  • The same as Style but without a fill color (only stroke color and width).
  • A point on the screen.
  • The RGB value of a color in the palette.
  • Size of a bounding box for a shape.
  • Style of a shape.

Enums§

  • A pointer to a color in the color palette.

Constants§

  • The screen height in pixels.
  • The screen width in pixels.

Functions§