Skip to content

Commit 19eb089

Browse files
committed
Partial commit
1 parent f33edfe commit 19eb089

File tree

3 files changed

+513
-531
lines changed

3 files changed

+513
-531
lines changed

docs/api.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ is deprecated (see :ref:`What's New <whats_new>`). However, proplot adheres to
1414
deprecated functionality will still work and issue warnings rather than errors
1515
until the first major release (version 1.0.0).
1616

17+
.. important::
18+
19+
The color transformation functions like `to_rgba` and `scale_luminance` from
20+
proplot < 0.10.0 can now be found as methods on the new `~proplot.colors.Color`
21+
class. Note that old code that uses commands like ``pplt.to_rgba()`` and
22+
``pplt.scale_luminance()`` will still work (but result in a deprecation warning).
23+
1724
.. important::
1825

1926
The documentation for "wrapper" functions like `standardize_1d` and `cmap_changer`
@@ -132,4 +139,4 @@ Miscellaneous functions
132139

133140
.. automodsumm:: proplot.utils
134141
:toctree: api
135-
:skip: shade, saturate
142+
:skip: shade, saturate get_colors, set_hue, set_saturation, set_luminance, set_alpha, shift_hue, scale_saturation, scale_luminance, to_hex, to_rgb, to_xyz, to_rgba, to_xyza

0 commit comments

Comments
 (0)