MCPcopy Index your code
hub / github.com/midrender/revideo / filterString

Method filterString

packages/2d/src/lib/components/Node.ts:461–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459
460 @computed()
461 protected filterString(): string {
462 let filters = '';
463 const matrix = this.compositeToWorld();
464 for (const filter of this.filters()) {
465 if (filter.isActive()) {
466 filters += ' ' + filter.serialize(matrix);
467 }
468 }
469
470 return filters;
471 }
472
473 /**
474 * @deprecated Use {@link children} instead.

Callers 1

setupDrawFromCacheMethod · 0.95

Calls 3

compositeToWorldMethod · 0.95
isActiveMethod · 0.80
serializeMethod · 0.65

Tested by

no test coverage detected