HSxColorModel

Description

Color models used in given operation.

namespace HSxColorModel
{
	enum Type
	{
		HSV,
		HSL,
		HSI
	};
}