Click or drag to resize

glGetBlendSrcAlpha Method

Gets the current alpha source blend function.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static glBlendFactor GetBlendSrcAlpha()

Return Value

Type: glBlendFactor
The blend function.
Remarks
OpenGL API: glGetIntegerv(GL_BLEND_SRC_ALPHA)
See Also