StreamDeckSharp/OpenMacroBoard.SDK/GraphicPrimitives
2026-08-03 22:34:16 +02:00
..
OmbColor.cs first commit 2026-08-03 22:34:16 +02:00
OmbColor.NamedColors.cs first commit 2026-08-03 22:34:16 +02:00
OmbPoint.cs first commit 2026-08-03 22:34:16 +02:00
OmbRectangle.cs first commit 2026-08-03 22:34:16 +02:00
OmbSize.cs first commit 2026-08-03 22:34:16 +02:00
README.md first commit 2026-08-03 22:34:16 +02:00

To make the API a bit more agnostic regarding the internal image processing library we provide our graphic primitives (like Size, Rectangle etc.)

Those types are intentionally very simple and don't provide a lot of functionallity. Some things are inspired on other libraries primitives like ImageSharp, SkiaSharp or System.Drawing