SynViewColorFormat

Description

Possible color formats of image.

namespace SynViewColorFormat
{
	enum Type
	{
		Mono8,
		Mono12,
		RGB8
	};
}