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




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

Property Value

ImGearXMPReal class value.
Remarks
Valid range is 0..100.
See Also