Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2021-11-23 16:08:53 +0300
committerClément Foucault <foucault.clem@gmail.com>2021-11-23 16:08:53 +0300
commita6d1a2d3fc1f5170755142b3657218edc2c223ef (patch)
tree538ae74af2fb40d0cb571ed3414199ced3c58fe3 /doc
parentcf299bee8089e1dc0ee35a89b831532073588f7b (diff)
parentbba6fe83e27eab7c99bd5bab3eb914189a0793d2 (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bgl.rst18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst
index fd6366494e3..2369a422396 100644
--- a/doc/python_api/rst/bgl.rst
+++ b/doc/python_api/rst/bgl.rst
@@ -106,24 +106,6 @@ including advanced features.
floating-point values. These values are interpreted as a plane equation.
-.. function:: glColor (red, green, blue, alpha):
-
- B{glColor3b, glColor3d, glColor3f, glColor3i, glColor3s, glColor3ub, glColor3ui, glColor3us,
- glColor4b, glColor4d, glColor4f, glColor4i, glColor4s, glColor4ub, glColor4ui, glColor4us,
- glColor3bv, glColor3dv, glColor3fv, glColor3iv, glColor3sv, glColor3ubv, glColor3uiv,
- glColor3usv, glColor4bv, glColor4dv, glColor4fv, glColor4iv, glColor4sv, glColor4ubv,
- glColor4uiv, glColor4usv}
-
- Set a new color.
-
- .. seealso:: `OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glColor.xhtml>`__
-
- :type red, green, blue, alpha: Depends on function prototype.
- :arg red, green, blue: Specify new red, green, and blue values for the current color.
- :arg alpha: Specifies a new alpha value for the current color. Included only in the
- four-argument glColor4 commands. (With '4' colors only)
-
-
.. function:: glColorMask(red, green, blue, alpha):
Enable and disable writing of frame buffer color components