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:
authorJeroen Bakker <jeroen@blender.org>2021-11-23 15:02:20 +0300
committerJeroen Bakker <jeroen@blender.org>2021-11-23 15:03:12 +0300
commit6ab3349bd44e21dbbd3e0c47dfbe2fb8a2a2a032 (patch)
tree35a16ceefd8211520a5800e0b9454b61e647010e /doc
parent3e65bb86f92339181a2a30e8ccff6b923a04b0e8 (diff)
Documentation: Remove deprecated glColor* from bgl module.
glColor isn't supported but still part of the documentation. This patch removes the glColor from the documentation. Ref {T93315}
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