---
title: pixelsHigh
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsopenglpixelbuffer/pixelshigh
---

# pixelsHigh

The height of the OpenGL pixel buffer’s texture (in pixels).

## Declaration

```occ
@property (readonly) GLsizei pixelsHigh;
```

## Return Value

Return Value The height of the texture (in pixels).

## See Also

### Getting OpenGL Pixel Buffer Information

- [CGLPBufferObj](appkit/nsopenglpixelbuffer/cglpbufferobj.md)
- [pixelsWide](appkit/nsopenglpixelbuffer/pixelswide.md)
- [textureInternalFormat](appkit/nsopenglpixelbuffer/textureinternalformat.md)
- [textureMaxMipMapLevel](appkit/nsopenglpixelbuffer/texturemaxmipmaplevel.md)
- [textureTarget](appkit/nsopenglpixelbuffer/texturetarget.md)
