---
title: textureFlipped()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcplugininputimagesource/textureflipped()
---

# textureFlipped()

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

## Declaration

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

## Return Value

Return Value true if the contents of the texture are flipped (upside-down); false otherwise.

## See Also

### Getting Texture Information

- [texturePixelsWide()](quartz/qcplugininputimagesource/texturepixelswide().md)
- [texturePixelsHigh()](quartz/qcplugininputimagesource/texturepixelshigh().md)
- [textureTarget()](quartz/qcplugininputimagesource/texturetarget().md)
- [textureName()](quartz/qcplugininputimagesource/texturename().md)
- [textureColorSpace()](quartz/qcplugininputimagesource/texturecolorspace().md)
- [textureMatrix()](quartz/qcplugininputimagesource/texturematrix().md)
