VideoTransformEffectDefinition.PaddingColor Property

Definition

Gets or sets the color that will be used to fill pixels in the frame that are not filled with video, such as when video is letterboxed.

public:
 property Color PaddingColor { Color get(); void set(Color value); };
Color PaddingColor();

void PaddingColor(Color value);
public Color PaddingColor { get; set; }
var color = videoTransformEffectDefinition.paddingColor;
videoTransformEffectDefinition.paddingColor = color;
Public Property PaddingColor As Color

Property Value

The color that will be used to fill pixels in the frame that are not filled with video

Applies to