Back to API Reference
Class
ShadowModifier
sealed
Inherits:PaintLayerModifier
Drop shadow behind the glyph — an offset, blurred duplicate with a colour, gradient, or texture paint.
Remarks
Parameter: paint[,offset][,blur][,spread] + projection overrides (offset = "x y"; px/em).
public PaintRef Paint{ get; set }Shadow paint (inline colour, named swatch, or default). A per-range value overrides it.
public UnitVector2 Offset{ get; set }Shadow offset. A per-range value overrides it.
public UnitValue Blur{ get; set }Shadow blur radius. A per-range value overrides it.
public UnitValue Spread{ get; set }Shadow spread. A per-range value overrides it.
protected PaintRef PaintField{ get }protected Color32 DefaultPaintColor{ get }