InterpolateColor
Introduction
The InterpolateColor ColorOperation can be used to blend a Sprite to a particular color. The Alpha value on the IColorable is used to perform the blending, so IColorables which use the InterpolateColor ColorOperation must rely on only their texture for transparency.
Code Example