AXNameFromColor(_:)
Returns a localized description of the color to use in accessibility attributes.
Declaration
func AXNameFromColor(_ color: CGColor) -> StringParameters
- color:
The color that needs a name.
Return Value
The name associated with the color.