ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / VideoColorSpace Property




In This Topic
VideoColorSpace Property
In This Topic
Gets or sets VideoColorSpace property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property VideoColorSpace As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.VideoColorSpace = value
 
value = instance.VideoColorSpace

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies choice of The color space. Allowed values are: 'sRGB' (used by Photoshop), 'CCIR-601" (used for NTSC), 'CCIR-709' (used for HD).
See Also