Signature
Parameters
Variables | Description |
---|---|
xfactor, yfactor |
Specify the
and
zoom factors for pixel write operations.
|
Description
glPixelZoom
specifies values for the
and
zoom factors.
During the execution of
glDrawPixels
or
glCopyPixels
,
if
(
,
)
is the current raster position,
and a given element is in the
th
row and
th
column of the pixel rectangle,
then pixels whose centers are in the rectangle with corners at
(
,
)
(
,
)
are candidates for replacement.
Any pixel whose center lies on the bottom or left edge of this rectangular
region is also modified.
Pixel zoom factors are not limited to positive values.
Negative zoom factors reflect the resulting image about the current
raster position.
Errors
GL_INVALID_OPERATION
is generated if
glPixelZoom
is executed between the execution of
glBegin
and the corresponding execution of
glEnd
.
Associated Gets
glGet
with argument
GL_ZOOM_X
glGet
with argument
GL_ZOOM_Y
See Also
Copyright
Copyright
1991-2006
Silicon Graphics, Inc. This document is licensed under the SGI
Free Software B License. For details, see
http://oss.sgi.com/projects/FreeB/
.