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