mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-15 11:52:20 +00:00
5 lines
344 B
Plaintext
5 lines
344 B
Plaintext
// spacemandmm doesn't really implement gradient() right, so let's just handle that here yeah?
|
|
#define rgb_gradient(index, args...) UNLINT(gradient(args, index))
|
|
#define hsl_gradient(index, args...) UNLINT(gradient(args, space = COLORSPACE_HSL, index))
|
|
#define hsv_gradient(index, args...) UNLINT(gradient(args, space = COLORSPACE_HSV, index))
|