ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPColorant Class / Red Property




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

Property Value

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