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




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

Property Value

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