Function 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.

Array customEffects() nothrow @property @nogc;

void customEffects (
  Array v
) nothrow @property @nogc;