ImageGear .NET - Updated
VideoAlphaPremultipleColor Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : VideoAlphaPremultipleColor Property
Gets or sets VideoAlphaPremultipleColor property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property VideoAlphaPremultipleColor As ImGearXMPColorant
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPColorant
 
instance.VideoAlphaPremultipleColor = value
 
value = instance.VideoAlphaPremultipleColor
public ImGearXMPColorant VideoAlphaPremultipleColor {get; set;}
public: __property ImGearXMPColorant* get_VideoAlphaPremultipleColor();
public: __property void set_VideoAlphaPremultipleColor( 
   ImGearXMPColorant* value
);
public:
property ImGearXMPColorant^ VideoAlphaPremultipleColor {
   ImGearXMPColorant^ get();
   void set (    ImGearXMPColorant^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPColorant class value.
Remarks
This XMP property specifies a color in CMYK or RGB to be used as the pre-multiple color when alpha mode is pre-multiplied.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members