glClampColor

glClampColor: man3/glClampColor.xml

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.

@OpenGL_Version(OGLIntroducedIn.V3P0)
fn_glClampColor glClampColor;

See Also

Meta