RichTextLabel.customEffects

The currently installed custom effects. This is an array of RichTextEffects. To add a custom effect, it's more convenient to use installEffect.

  1. Array customEffects [@property getter]
    struct RichTextLabel
    @nogc nothrow @property
    Array
    customEffects
    ()
  2. Array customEffects [@property setter]

Meta