MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / ApplyEffectFn

Interface ApplyEffectFn

plugins/src/types.d.ts:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49interface ApplyEffectFn {
50 (type: 'transparent' | 'blurbehind' | 'acrylic' | 'unified', options?: { color: string }): void
51 (type: 'mica', options?: { material?: 'auto' | 'mica' | 'acrylic' | 'tabbed' }): void
52 (type: 'vibrancy', options: { material: string, alwaysOn?: boolean }): void
53}
54
55interface Effect {
56 apply: ApplyEffectFn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected