Module hex_renderer::options

source ·
Expand description

All structs/enums used to define rendering options

Modules§

  • This is a set of default values that can be used for rendering patterns
  • Set of default palettes to use for patterns.

Structs§

  • Color struct, using RGBA
  • Main struct for all pattern rendering options
  • Specifier for how to draw a shape (not necessarily a circle)

Enums§

  • Options for drawing overlapping segments (impossible patterns)
  • Specifier for how to draw the start and end points on a pattern
  • Struct that holds the different variations of GridPatterns
  • How to draw all the points in a pattern, including start, end, and middle points
  • Options for drawing the lines of the patterns
  • Options for what to do when you get too many parallel lines
  • Options for drawing points at the grid points/intersections
  • Options for drawing the triangle/arrow between color changes on the Segment Renderer