SmartRaySmoothImageAlgorithm

Description

SmartRay smoothing process type.

namespace SmartRaySmoothImageAlgorithm
{
	enum Type
	{
		Minimal,
		Light,
		Medium,
		Strong,
		Maximum
	};
}