NSTextHighlightColorScheme
Constants that specify the highlight color to use with the text.
Declaration
typedef NSString * NSTextHighlightColorScheme;Discussion
Use an NSTextHighlightColorScheme structure as the value of the NSTextHighlightColorSchemeAttributeName attribute. That attribute specifies which color to use when drawing the highlight on the text. This attribute specifies only the color option. To display the highlight itself, add the NSTextHighlightStyleAttributeName attribute to the text.