Bit pattern describing the green color component of a pixel in this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: 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 (); } |