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