---
title: texturePixelsHigh()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcplugininputimagesource/texturepixelshigh()
---

# texturePixelsHigh()

Returns the height of the texture representation.

## Declaration

```swift
func texturePixelsHigh() -> Int
```

## Return Value

Return Value The height of the texture, expressed in pixels.

## See Also

### Getting Texture Information

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