Declaration

@MainActor var effectiveColor: NSColor { get }

Declaration

@property (nonatomic, readonly) NSColor * effectiveColor;

Declaration

effectiveColor() -> NSColor

Discussion

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.