SpaceManiac / SpacemanDMM

A BYOND language smartness provider, map renderer, and more.
https://marketplace.visualstudio.com/items?itemName=platymuus.dm-langclient
GNU General Public License v3.0
83 stars 83 forks source link

Adds colorspace as an arg to the gradient proc #391

Closed LemonInTheDark closed 5 months ago

LemonInTheDark commented 5 months ago

We need to allow colorspace setting to make HSV gradients possible, which is real powerful. It is technically a bit fucked because byond is ok with passing a value for index after the assoc space value, but we can just pretend that isn't a problem.