<!--
{
  "availability" : [
    "macOS: 10.5.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/QCPlugInInputImageSource/textureFlipped()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(pl)QCPlugInInputImageSource(im)textureFlipped"
  },
  "title" : "textureFlipped()"
}
-->

# textureFlipped()

Returns whether or not the contents of the texture are flipped vertically.

```
func textureFlipped() -> Bool
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the contents of the texture are flipped (upside-down); <doc://com.apple.documentation/documentation/Swift/false> otherwise.

---

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)