.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.agw.ribbon.art_internal
.. highlight:: python
.. _wx.lib.agw.ribbon.art_internal.RibbonHSLColour:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.ribbon.art_internal.RibbonHSLColour**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
RibbonHSLColour:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.Darker`
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.Desaturated`
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.Lighter`
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.MakeDarker`
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.Saturated`
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.ShiftHue`
:meth:`~wx.lib.agw.ribbon.art_internal.RibbonHSLColour.ToRGB`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: RibbonHSLColour(object)
.. method:: __init__(self, h=0.0, s=0.0, l=0.0)
Initialize self. See help(type(self)) for accurate signature.
.. method:: Darker(self, delta)
.. method:: Desaturated(self, delta)
.. method:: Lighter(self, delta)
.. method:: MakeDarker(self, delta) -> Self: self.luminance -= delta return self
.. method:: Saturated(self, delta)
.. method:: ShiftHue(self, delta)
.. method:: ToRGB(self)