![]() -> Click here to learn how to get live help <- |
GLBLENDFUNCIndexNAMEglBlendFunc - specify pixel arithmeticC SPECIFICATIONvoid f3glBlendFuncfP( GLenum fIsfactorfP,f2sfactorfP Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: %f3GL_ZEROfP, %f3GL_ONEfP, %f3GL_DST_COLORfP, %f3GL_ONE_MINUS_DST_COLORfP, %f3GL_SRC_ALPHAfP, %f3GL_ONE_MINUS_SRC_ALPHAfP, %f3GL_DST_ALPHAfP, %f3GL_ONE_MINUS_DST_ALPHAfP, and %f3GL_SRC_ALPHA_SATURATEfP. The initial value is %f3GL_ONEfP. Additionally, if the %f3GL_ARB_imagingfP extension is supported, the following constants are accepted: %f3GL_CONSTANT_COLORfP, %f3GL_ONE_MINUS_CONSTANT_COLORfP, %f3GL_CONSTANT_ALPHAfP, %f3GL_ONE_MINUS_CONSTANT_ALPHAfP.
DESCRIPTIONIn RGBA mode, pixels can be drawn using a function that blends the incoming (source) RGBA values with the RGBA values that are already in the frame buffer (the destination values). Blending is initially disabled. Use %f3glEnablefP and %f3glDisablefP with argument %f3GL_BLENDfP to enable and disable blending. %f3glBlendFuncfP defines the operation of blending when it is enabled. f2sfactorfP specifies which of nine methods is used to scale the source color components. f2dfactorfP specifies which of eight methods is used to scale the destination color components. The eleven possible methods are described in the following table. Each method defines four scale factors, one each for red, green, blue, and alpha. In the table and in subsequent equations, source and destination color components are referred to as $(R sub s , G sub s , B sub s , A sub s )$ and $(R sub d , G sub d , B sub d , A sub d )$. The color specified by %f3glBlendColorfP is referred to as $(R sub c , G sub c , B sub c , A sub c )$. They are understood to have integer values between 0 and $(k sub R , k sub G , k sub B , k sub A )$, where
In the table,
EXAMPLESTransparency is best implemented using blend function (%f3GL_SRC_ALPHAfP, %f3GL_ONE_MINUS_SRC_ALPHAfP) with primitives sorted from farthest to nearest. Note that this transparency calculation does not require the presence of alpha bitplanes in the frame buffer. Blend function (%f3GL_SRC_ALPHAfP, %f3GL_ONE_MINUS_SRC_ALPHAfP) is also useful for rendering antialiased points and lines in arbitrary order. Polygon antialiasing is optimized using blend function(%f3GL_SRC_ALPHA_SATURATEfP, %f3GL_ONEfP) with polygons sorted from nearest to farthest. (See the %f3glEnablefP, %f3glDisablefP reference page and the %f3GL_POLYGON_SMOOTHfP argument for information on polygon antialiasing.) Destination alpha bitplanes, which must be present for this blend function to operate correctly, store the accumulated coverage. NOTESIncoming (source) alpha is correctly thought of as a material opacity, ranging from 1.0 ($K sub A$), representing complete opacity, to 0.0 (0), representing complete transparency. When more than one color buffer is enabled for drawing, the GL performs blending separately for each enabled buffer, using the contents of that buffer for destination color. (See %f3glDrawBufferfP.) Blending affects only RGBA rendering. It is ignored by color index renderers. %f3GL_CONSTANT_COLORfP, %f3GL_ONE_MINUS_CONSTANT_COLORfP, %f3GL_CONSTANT_ALPHAfP, %f3GL_ONE_MINUS_CONSTANT_ALPHAfP are only available if the %f3GL_ARB_imagingfP is supported by your implementation.ERRORS%f3GL_INVALID_ENUMfP is generated if either f2sfactorfP or f2dfactorfP is not an accepted value. %f3GL_INVALID_OPERATIONfP is generated if %f3glBlendFuncfP is executed between the execution of %f3glBeginfP and the corresponding execution of %f3glEndfP.ASSOCIATED GETS%f3glGetfP with argument %f3GL_BLEND_SRCfP%f3glGetfP with argument %f3GL_BLEND_DSTfP %f3glIsEnabledfP with argument %f3GL_BLENDfP SEE ALSO%f3glAlphaFunc(3G)fP, %f3glBlendColor(3G)fP, %f3glBlendEquation(3G)fP, %f3glClear(3G)fP, %f3glDrawBuffer(3G)fP, %f3glEnable(3G)fP, %f3glLogicOp(3G)fP, %f3glStencilFunc(3G)fP
Index | ||||||||||||||||||||||||||||||||||||||