[Bf-docboard-svn] bf-manual: [7644] branches/blender-2.92-release/blender_docs/manual/interface/controls/templates/color_picker.rst: UI: Color Picker Fixes

Aaron Carlisle noreply at blender.org
Sat Jan 23 02:42:30 CET 2021


Revision: 7644
          https://developer.blender.org/rBM7644
Author:   Blendify
Date:     2021-01-23 02:42:30 +0100 (Sat, 23 Jan 2021)
Log Message:
-----------
UI: Color Picker Fixes

- Title case for definitions
- Add eyedropper rna link
- Change Color space to color model (RGB, HSV, and HEX are not color spaces)
- Reorganize some content

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/interface/controls/templates/color_picker.rst

Modified: branches/blender-2.92-release/blender_docs/manual/interface/controls/templates/color_picker.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/interface/controls/templates/color_picker.rst	2021-01-23 01:39:26 UTC (rev 7643)
+++ branches/blender-2.92-release/blender_docs/manual/interface/controls/templates/color_picker.rst	2021-01-23 01:42:30 UTC (rev 7644)
@@ -12,17 +12,25 @@
 The color picker is a pop-up that lets you define a color value.
 Holding :kbd:`Ctrl` while dragging snaps the hue to make it quick to select primary colors.
 
-Color field
+Color Field
    Lets you pick the first and second color component. The shape can be selected by the `Types`_.
-Color slider
+
+Color Slider
    The slider with a gradient in the background lets you define the third color component.
    It can also be controlled with the :kbd:`Wheel`.
 
-Color space
+Color Model
    Selects the :term:`Color Space` for the number fields below.
 
    RGB, HSV/HSL, Hex
-Color values
+
+   .. note::
+
+      In Blender, the *Hex* and HSV/HSL values are automatically :term:`Gamma` corrected; however,
+      for the RGB values, they are in Scene Linear color space, and are therefore not gamma corrected.
+      For more information, see the :doc:`Color Management and Exposure </render/color_management>` page.
+
+Color Values
    Blender uses (0 to 1.0) values to express colors for RGB and HSV colors.
 
    Hexadecimal (Hex) values are expressed as ``RRGGBB``.
@@ -29,18 +37,25 @@
    Shorthand hex colors are also supported as ``RGB``,
    e.g. dark-yellow ``FFCC00``, can be written as ``FC0``.
 
-   For operations that are capable of using Alpha, another slider "A" is added.
-Eyedropper
+   For operations that are capable of using :term:`Alpha`, another slider "A" is added.
+
+.. _bpy.ops.ui.eyedropper_color:
+
+Eyedropper (pipette icon)
+   Samples a color from inside the Blender window using the :ref:`ui-eyedropper`
    The :ref:`ui-eyedropper` (pipette icon) can be used
    to sample a color value from inside the Blender window.
 
-.. note::
 
-   In Blender, the *Hex* and HSV/HSL values are automatically :term:`Gamma` corrected; however,
-   for the RGB values, they are in Scene Linear color space, and are therefore not gamma corrected.
-   For more information, see the :doc:`Color Management and Exposure </render/color_management>` page.
+Shortcuts
+=========
 
+- :kbd:`Ctrl-LMB` (drag) snaps to hue.
+- :kbd:`Shift-LMB` (drag) precision motion.
+- :kbd:`Wheel` adjust the brightness.
+- :kbd:`Backspace` reset the value.
 
+
 Types
 =====
 
@@ -75,12 +90,3 @@
      - .. figure:: /images/interface_controls_templates_color-picker_square-hv-s.png
 
           Square (HV + S).
-
-
-Shortcuts
----------
-
-- :kbd:`Ctrl-LMB` (drag) snaps to hue.
-- :kbd:`Shift-LMB` (drag) precision motion.
-- :kbd:`Wheel` adjust the brightness.
-- :kbd:`Backspace` reset the value.



More information about the Bf-docboard-svn mailing list