mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-04 20:03:21 +01:00
f3983e3901
This PR converts the procs `color_matrix_identity`, `color_matrix_lightness` and `color_matrix_contrast` into defines/macros. Also adds in defines for common color matrix filters. I don't like how `color_matrix_identity` is a one-line proc with no arg. Also these help people identify the sort of color matrix filter is being used.