Interface: IEffectModule
Table of contents
Methods
Methods
shadow
▸ shadow(ui
, current
, shape
): void
Parameters
Name | Type |
---|---|
ui | IUI |
current | ILeaferCanvas |
shape | ICachedShape |
Returns
void
Defined in
ui/packages/interface/src/module/IEffect.ts:8
innerShadow
▸ innerShadow(ui
, current
, shape
): void
Parameters
Name | Type |
---|---|
ui | IUI |
current | ILeaferCanvas |
shape | ICachedShape |
Returns
void
Defined in
ui/packages/interface/src/module/IEffect.ts:9
blur
▸ blur(ui
, current
, origin
): void
Parameters
Name | Type |
---|---|
ui | IUI |
current | ILeaferCanvas |
origin | ILeaferCanvas |
Returns
void
Defined in
ui/packages/interface/src/module/IEffect.ts:10
backgroundBlur
▸ backgroundBlur(ui
, current
, shape
): void
Parameters
Name | Type |
---|---|
ui | IUI |
current | ILeaferCanvas |
shape | ICachedShape |
Returns
void