Files
Letter NandGitHub 6a02353154 use native color procs (#6925)
title, updated icon helpers
2024-12-18 07:11:16 -08:00

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))