Signature
Parameters
Variables | Description |
---|---|
target |
Target for color clamping.
target
must be
GL_CLAMP_READ_COLOR
.
|
clamp |
Description
glClampColor
controls color clamping that is performed during
glReadPixels
.
target
must be
GL_CLAMP_READ_COLOR
. If
clamp
is
GL_TRUE
,
read color clamping is enabled; if
clamp
is
GL_FALSE
, read color clamping is disabled. If
clamp
is
GL_FIXED_ONLY
, read color clamping is enabled only if the selected read buffer has
fixed point components and disabled otherwise.
Errors
Associated Gets
glGet
with argument
GL_CLAMP_READ_COLOR
.
Version Support
glClampColor |
See Also
Copyright
Copyright
2010-2014 Khronos Group.
This material may be distributed subject to the terms and conditions set forth in
the Open Publication License, v 1.0, 8 June 1999.
http://opencontent.org/openpub/
.