<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Color/transferRepresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI5ColorVAAE22transferRepresentationQrvpZ"
  },
  "title" : "transferRepresentation"
}
-->

# transferRepresentation

One group of colors–constant colors–created with explicitly specified
component values are transferred as is.

```
static var transferRepresentation: some TransferRepresentation { get }
```

## Discussion

Another group of colors–standard colors, like `Color.mint`,
and semantic colors, like `Color.accentColor`–are rendered on screen
differently depending on the current [`Environment`](/documentation/SwiftUI/Environment). For transferring,
they are resolved against the default environment and might produce
a slightly different result at the destination if the source of drag
or copy uses a non-default environment.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)