Gets or sets the blue color component.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public byte Blue { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Blue As Byte |
Visual C++ |
---|
public: property unsigned char Blue { unsigned char get (); void set (unsigned char value); } |