Commit Graph

24 Commits

Author SHA1 Message Date
Adam D. Ruppe 2f457a1dbe hacks to make it build on Windows 2024-09-23 21:32:32 -04:00
Elias Batek 3b33ac7f30 Document arsd.pixmappaint module 2024-08-18 03:24:26 +02:00
Elias Batek cc64d0c104 Add color-inversion functions 2024-05-26 16:56:45 +02:00
Elias Batek 0b2481bab6 Refactor blending functions 2024-05-26 16:26:09 +02:00
Elias Batek 1aae3674dc Improve documentation 2024-05-26 15:07:11 +02:00
Elias Batek 5d839f34c2 Implement color-burn, color-dodge, difference, exclusion and subtract blend modes 2024-05-26 14:58:41 +02:00
Elias Batek bd4ec9b45a Implement overlay + hard-light + soft-light blend modes 2024-05-26 03:49:57 +02:00
Elias Batek e4551548cd Fix typos and clean up 2024-05-25 01:59:11 +02:00
Elias Batek ca6dd1bb90 Implement "divide" blend-mode 2024-05-25 01:58:36 +02:00
Elias Batek 9a4f8467f8 Implement "lighten" + "darken" blend-modes 2024-05-25 00:58:05 +02:00
Elias Batek 6e469c27bd Refactor pixel-blending 2024-05-25 00:39:10 +02:00
Elias Batek 6072e6d8fd Update docs 2024-05-24 04:59:42 +02:00
Elias Batek bd502fb912 Rename `typeCast!T()` to `castTo!T()` 2024-05-24 04:56:36 +02:00
Elias Batek 033770a6c6 Turn clumsy `static assert` into a `pragma(msg)` 2024-05-24 04:45:48 +02:00
Elias Batek 5c2817e563 Fix alpha-blending with color-mix/blend functions 2024-05-24 04:44:44 +02:00
Elias Batek 511ec3ed6d Rename BlendMode.overwrite to BlendMode.replace 2024-05-06 01:06:18 +02:00
Elias Batek 9d0c6e1d0c Add functions for loading image-data from arsd.color 2024-05-06 00:49:20 +02:00
Elias Batek 7c3d511a33 Prepare implementation of blend modes 2024-05-06 00:48:49 +02:00
Elias Batek 44dfc72d78 Cleanup 2024-04-24 22:25:52 +02:00
Elias Batek 486195859c Refactor blocks 2024-04-24 03:00:47 +02:00
Elias Batek 23e3d59538 Add sprite-sheet functionality 2024-04-24 02:57:30 +02:00
Elias Batek 9bc0dd74ea Add docs, comments and Pixmap.clone() 2024-04-24 02:34:28 +02:00
Elias Batek 762280aa4c Implement a couple of drawing functions
Copied over from older codebases of mine.
2024-04-24 02:30:38 +02:00
Elias Batek 0e79aea973 Move Pixmap functionality into its own module 2024-04-24 01:02:03 +02:00