  | FramebufferColorReadFormat Property  | 
 
             Get the format chosen by the implementation in which pixels may be read from the color buffer of the 
             currently bound framebuffer in conjunction with 
ColorReadType.
             
 
    Namespace: 
   Ooogles
    Assembly:
   Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic glPixelFormat ColorReadFormat { get; }Public ReadOnly Property ColorReadFormat As glPixelFormat
	Get
public:
property glPixelFormat ColorReadFormat {
	glPixelFormat get ();
}member ColorReadFormat : glPixelFormat with get
Property Value
Type: 
glPixelFormat
Remarks
             In addition to this implementation-dependent format/type pair, 
             format RGBA in conjunction with type UnsingedByte is always allowed by every implementation, 
             regardless of the currently bound render surface.
            
             
Note: this is a global value that affects all framebuffers.
OpenGL API: glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT)
See Also