 | glGetBlendColor Method |
Gets the current blend color.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Color4 GetBlendColor()
Public Shared Function GetBlendColor As Color4
public:
static Color4 GetBlendColor()
static member GetBlendColor : unit -> Color4
Return Value
Type:
Color4The blend color.
RemarksOpenGL API: glGetFloatv(GL_BLEND_COLOR)
See Also