GradientOrientation

Description

Describes witch of gradient's orientation to compute.

Values of this enumeration:

  • Horizontal - Compute horizontal gradient.
  • Vertical - Compute vertical gradient.

namespace GradientOrientation
{
	enum Type
	{
		Horizontal,
		Vertical
	};
}