Returns or sets the green component of a color. All color transformations are ignored.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public byte G { get; set; }
Public Property G As Byte
Get
Set
public:
virtual property unsigned char G {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract G : byte with get, set
override G : byte with get, set
Property Value
Type:
ByteImplements
IColorFormatGSee Also