Instance Property
effectiveColor
Resolves the palette color to a regular color object.
Declaration
@MainActor var effectiveColor: NSColor { get }Declaration
@property (nonatomic, readonly) NSColor * effectiveColor;Declaration
effectiveColor() -> NSColorDiscussion
The color is resolved with respect to the current drawing appearance.
The color performs functionally equivalent to the palette color except that it immutable. That is, modifications to the color palette do not affect the returned color.