*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> OpenGL/glblendcolor (3)              
Title
Content
Arch
Section
 

Contents


glBlendColor(3G)	       OpenGL Reference		      glBlendColor(3G)


NAME    [Toc]    [Back]

     glBlendColor - set	the blend color

C SPECIFICATION    [Toc]    [Back]

     void glBlendColor(	GLclampf red,
			GLclampf green,
			GLclampf blue,
			GLclampf alpha )

PARAMETERS    [Toc]    [Back]

     red, green, blue, alpha
			   specify the components of GL_BLEND_COLOR

DESCRIPTION    [Toc]    [Back]

     The GL_BLEND_COLOR	may be used to calculate the source and	destination
     blending factors. The color components are	clamped	to the range [0, 1]
     before being stored. See glBlendFunc for a	complete description of	the
     blending operations.  Initially the GL_BLEND_COLOR	is set to (0, 0, 0,
     0).

NOTES    [Toc]    [Back]

     glBlendColor is part of the GL_ARB_imaging	subset.	glBlendColor is
     present only if GL_ARB_imaging is returned	when glGetString is called
     with GL_EXTENSIONS	as its argument.

ERRORS    [Toc]    [Back]

     GL_INVALID_OPERATION is generated if glBlendColor is executed between the
     execution of glBegin and the corresponding	execution of glEnd.

ASSOCIATED GETS    [Toc]    [Back]

     glGet with	an argument of GL_BLEND_COLOR

SEE ALSO    [Toc]    [Back]

      
      
     glBlendEquation, glBlendFunc, glGetString


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
glblendequationext IRIX set the blend equation
glblendequation IRIX set the blend equation
DXmColorMixSetNewColor Tru64 Sets the new color red, green, and blue values in the color mixing widget.
SgColorChooserSetStoredColor IRIX A ColorChooser function that sets the color of the ColorChooser's stored color swatch
DXmColorMixGetNewColor Tru64 Retrieves (returns) the color mixing widget's current new color red, green, and blue values.
xcmsdb IRIX Device Color Characterization utility for X Color Management System
xcmsdb HP-UX Device Color Characterization utility for X Color Management System
xcmsdb Tru64 Device Color Characterization utility for X Color Management System
glcolormaterial IRIX cause a material color to track the current color
glColorMaterial Tru64 cause a material color to track the current color
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service