Contents

AXNameFromColor(_:)

Returns a localized description of the color to use in accessibility attributes.

Declaration

func AXNameFromColor(_ color: CGColor) -> String

Parameters

  • color:

    The color that needs a name.

Return Value

The name associated with the color.

See Also

Features