ImageGear v26.3 - Updated
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
    public ImGearXMPString VideoColorSpace {get; set;}
    public: __property ImGearXMPString* get_VideoColorSpace();
    public: __property void set_VideoColorSpace( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ VideoColorSpace {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    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