 | FramebufferBlueBits Property |
Get the number of blue bitplanes in the color buffer of the framebuffer.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int BlueBits { get; }
Public ReadOnly Property BlueBits As Integer
Get
public:
property int BlueBits {
int get ();
}
member BlueBits : int with get
Property Value
Type:
Int32The number of blue bitplanes.
RemarksNote: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this framebuffer is not bound.
OpenGL API: glGetIntegerv(GL_BLUE_BITS)
See Also