by Graf Zahl » Sat Nov 06, 2010 4:12 pm
It's different effect
Powerup.Color is for palette blends.
Powerup.Colormap is the generalization of the old INVERSEMAP, GOLDMAP etc colormaps. It desaturates a palette and then creates a color ramp from the first specified color to the second one.
So Powerup.Colormap 0,0,0,255,255,255 and Powerup.colormap 255,255,255 both create a grayscale, Powerup.Colormap 255,255,255,0,0,0 creates the well known inverse map and Powerup.Colormap 255,0,0,0,255,0 creates a red to green effect (which, btw, is quite ugly...

)
It's different effect
Powerup.Color is for palette blends.
Powerup.Colormap is the generalization of the old INVERSEMAP, GOLDMAP etc colormaps. It desaturates a palette and then creates a color ramp from the first specified color to the second one.
So Powerup.Colormap 0,0,0,255,255,255 and Powerup.colormap 255,255,255 both create a grayscale, Powerup.Colormap 255,255,255,0,0,0 creates the well known inverse map and Powerup.Colormap 255,0,0,0,255,0 creates a red to green effect (which, btw, is quite ugly... :mrgreen:)