---
title: texturePixelsWide()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcplugininputimagesource/texturepixelswide()
---

# texturePixelsWide()

Returns the width of the texture representation.

## Declaration

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

## Return Value

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

## See Also

### Getting Texture Information

- [texturePixelsHigh()](quartz/qcplugininputimagesource/texturepixelshigh().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)
