Gets or sets the green color component.

Namespace:  FreeImageAPI
Assembly:  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);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also