ID:173292
 
Lets say I had a .dmi file I wanted to adjust the rgb() values of, then assign it to an atom. Is there a way of doing this? How would I go about it?
var/icon/I=new('whatever.dmi')
I.Blend(rgb(255,128,128),ICON_MULTIPLY)
src.icon=I

That would of course have to go in a proc.
In response to Crispy
Thank you Crispy. I was trying to add it to the icons .dmi