IColorInterpolator
public interface IColorInterpolator
{
Color GetColor(double d);
}Examples
Greyscale

Linear

Gold

Last updated
public interface IColorInterpolator
{
Color GetColor(double d);
}


Last updated