Click or drag to resize

glGetBlendColor Method

Gets the current blend color.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Color4 GetBlendColor()

Return Value

Type: Color4
The blend color.
Remarks
OpenGL API: glGetFloatv(GL_BLEND_COLOR)
See Also