actual colors (i.e. not grayscale) are way harder ...
# pawn-help
f
actual colors (i.e. not grayscale) are way harder to calculate with. You'd have to convert to HSL, then decrease lightness and then convert back to RGB. With grayscale, all the color components are the same so you don't have that issue