ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPColorant Class / Green Property




In This Topic
Green Property (ImGearXMPColorant)
In This Topic
Gets or sets green value when the mode is RGB.
Syntax
'Declaration
 
Public Property Green As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPInteger
 
instance.Green = value
 
value = instance.Green

Property Value

ImGearXMPInteger class value.
Remarks
Valid range is 0..255.
See Also