BlockModifier
Source:
BlockModifier.h
BlockModifier¶
src/light/modifiers/BlockModifier.h:26Inherits:
ModifierBase
Modifier expanding a 1D effect into concentric square rings.
Public Methods¶
virtual inline constchar * tags() const override
: Curated emoji tags for the module picker's chip filter — extras beyond the role chip (which the UI derives from role() on its own).
virtual inline Dim dimensions() const override
: Which axes the modifier can transform.
virtual inline void modifyLogicalSize(Coord3D &) override
: STATIC, build-time, once per rebuild in child order: fold the logical box.
virtual inline bool modifyLogical(Coord3D &) const override
: STATIC, build-time, per physical light in child order: fold a coordinate into this stage's logical space (in place).