Class OverlayManagerBackgroundStar
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Represents a star-shaped background for the overlay manager with configurable stroke color, fill color, and zoom ratio. Implements the VisioForge.Core.Types.X.VideoEffects.IOverlayManagerBackground
public class OverlayManagerBackgroundStar : IOverlayManagerBackgroundInheritance
Implements
Inherited Members
Properties
FillColor
Gets or sets the color of the fill.
public SKColor FillColor { get; set; }Property Value
StrokeColor
Gets or sets the color of the stroke.
public SKColor StrokeColor { get; set; }Property Value
Zoom
Gets or sets the zoom ratio.
public float Zoom { get; set; }