Pixel

Description

Represents single element of an Image Pixels in Aurora Vision Library do not correspond to any specific color model.

	struct Pixel
	{
		float X( void ) const;
		float Y( void ) const;
		float Z( void ) const;
		float W( void ) const;
	};