In Apple's documentation, Color
is defined as: "An environment-dependent color." (emphasis mine)
https://developer.apple.com/documentation/swiftui/color
Is it correct, therefore, to say that a SwiftUI Color is not constant but that the color of the Color (sic) depends upon its environment.
What would be an example of this environment dependency?