File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616| string | - ``'#0f0f0f80'`` |
1717+--------------------------------------+--------------------------------------+
1818| Case-insensitive shorthand equivalent| - ``'#abc'`` as ``'#aabbcc'`` |
19- | string of RGB orRGBA from duplicated | - ``'#abcd'`` as ``'#aabbccdd'`` |
19+ | string of RGB or RGBA from duplicated| - ``'#abcd'`` as ``'#aabbccdd'`` |
2020| characters | |
2121+--------------------------------------+--------------------------------------+
2222| String representation of float value | - ``'0.8'`` as light gray |
5454| .. note:: Indexing occurs at | |
5555| rendering time and defaults| |
5656| to black if cycle does not | |
57- | inlcude color. | |
57+ | include color. | |
5858+--------------------------------------+--------------------------------------+
5959
6060.. _xkcd color survey: https://xkcd.com/color/rgb/
7070added Artist is ``RGBnew`` with Alpha ``alpha``, then the RGB of the pixel
7171updates to: ``RGB = RGBOld * (1 - Alpha) + RGBnew * Alpha``.
7272
73- Alpha of 1 indicates the new Artist completely covering the previous color.
73+ Alpha of 1 indicates the new Artist completely covers the previous color.
7474Alpha of 0 indicates that pixel of the Artist is transparent.
7575
7676.. seealso::
8383"CN" color selection
8484--------------------
8585
86- "CN" colors convert to RGBA when creating Artists.
86+ "CN" colors convert to RGBA when creating Artists. The
87+ :doc:`/tutorials/intermediate/color_cycle` section contains additional
88+ information about controlling colors and style properties.
8789"""
8890
8991
You can’t perform that action at this time.
0 commit comments