J
Jon Slaughter
I'm drawing a linear gradient and its very "banded". The colors are far
enough part that it should be plenty smooth enough but I always get the same
number of bands regardless.
I've tried to set
g.InterpolationMode = InterpolationMode.HighQualityBicubic;
g.CompositingQuality = CompositingQuality.HighQuality;
g.SmoothingMode = SmoothingMode.HighQuality;
but doesn't help.
Any ideas?
Thanks,
Jon
enough part that it should be plenty smooth enough but I always get the same
number of bands regardless.
I've tried to set
g.InterpolationMode = InterpolationMode.HighQualityBicubic;
g.CompositingQuality = CompositingQuality.HighQuality;
g.SmoothingMode = SmoothingMode.HighQuality;
but doesn't help.
Any ideas?
Thanks,
Jon