Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Jan 16, 2025
1 parent 0a510e5 commit 5d1bc55
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions docs/util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,6 @@ It behaves like the standard python function except that it will ignore ``None``

.. autofunction:: HABApp.util.functions.max


rgb_to_hsb
^^^^^^^^^^^^^^^^^^

Converts a rgb value to hsb color space

.. exec_code::
:hide_output:

from HABApp.util.functions import rgb_to_hsb

print(rgb_to_hsb(224, 201, 219))

.. autofunction:: HABApp.util.functions.rgb_to_hsb


hsb_to_rgb
^^^^^^^^^^^^^^^^^^

Converts a hsb value to the rgb color space

.. exec_code::
:hide_output:

from HABApp.util.functions import hsb_to_rgb

print(hsb_to_rgb(150, 40, 100))

.. autofunction:: HABApp.util.functions.hsb_to_rgb


.. _RATE_LIMITER:


Expand Down

0 comments on commit 5d1bc55

Please sign in to comment.