Bit pattern describing the green color component of a pixel in this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public uint GreenMask { get; }
Visual Basic (Declaration)
Public ReadOnly Property GreenMask As UInteger
Visual C++
public:
property unsigned int GreenMask {
	unsigned int get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also