BayerType

Description

Describes kind of Bayer-encoding.

namespace BayerType
{
	enum Type
	{
		GR,
		RG,
		GB,
		BG
	};
}