code/__HELPERS/type2type.dm

/proc/url2htmlloader | Return html to load a url. for use inside of browse() calls to html assets that might be loaded on a cdn. |
---|---|
/proc/color_hex2color_matrix | Takes a hex color provided as string and returns the proper color matrix using hex2num. |
/proc/color_matrix2color_hex | will drop all values not on the diagonal returns a hex color |