module Glint::Shape

Defined in:

glint/game_object/shape/circle.cr
glint/game_object/shape/line.cr
glint/game_object/shape/polygon.cr
glint/game_object/shape/polyline.cr
glint/game_object/shape/rectangle.cr
glint/game_object/shape/shape.cr

Constant Summary

DEFAULT_FILL_COLOR = Color::RED

The default fill color.

DEFAULT_OUTLINE_COLOR = Color::GREEN

The default outline color.

DEFAULT_OUTLINE_POSITION = OutlinePosition::Centered

The default outline position.