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




In This Topic
B Property
In This Topic
Gets or sets B value when the mode is LAB.
Syntax
'Declaration
 
Public Property B As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPInteger
 
instance.B = value
 
value = instance.B

Property Value

ImGearXMPInteger class value.
Remarks
Valid range is -128..127.
See Also