GlowEffectiveData

GlowEffectiveData class

Immutable object which represents a glow effect, in which a color blurred outline is added outside the edges of the object.

public class GlowEffectiveData : EffectEffectiveData<Glow, GlowEffectiveData>, IGlowEffectiveData

Public Members

NameDescription
Color { get; }Color. Read-only Color.
Radius { get; }Glow radius. Read-only Double.

See Also