Bit pattern describing the red color component of a pixel in this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public uint RedMask { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RedMask As UInteger |
| Visual C++ |
|---|
public: property unsigned int RedMask { unsigned int get (); } |