Returns or sets the green component of a color. All color transformations are ignored.
Read/write
Byte.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.1.0.0 (21.1)
SyntaxProperty G As Byte
Get
Set
property unsigned char G {
unsigned char get ();
void set (unsigned char value);
}
abstract G : byte with get, set
Property Value
Type:
Byte
See Also