Contents

appendInterpolation(accessibilityName:)

Appends a localized description of a color for accessibility to a string interpolation.

Declaration

mutating func appendInterpolation(accessibilityName color: Color)

Parameters

  • color:

    The color being described.

Discussion

Don’t call this method directly; it’s used by the compiler when interpreting string interpolations.