ink_effect property

ink_effect property

Gets the ink effect type (e.g., Galaxy, Gold, Silver) that defines the visual style of the ink stroke. The value is parsed from the brush property “inkEffects”. If no recognized effect is specified, InkEffectType.NOT_DEFINED is returned.

Definition:

@property
def ink_effect(self):
    ...

See Also