GradientAngleRange

Description

Range of image gradient angles to choose from

Values of this enumeration:

  • _0_90 - New gradient will range from 0 to 90 degrees.
  • _0_180 - New gradient will range from 0 to 180 degrees.

namespace GradientAngleRange
{
	enum Type
	{
		_0_90,
		_0_180
	};
}