.. 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 .. _wx.ImageHistogram: ========================================================================================================================================== |phoenix_title| **wx.ImageHistogram** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ImageHistogram:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.ImageHistogram.__init__` :meth:`~wx.ImageHistogram.FindFirstUnusedColour` :meth:`~wx.ImageHistogram.MakeKey` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.ImageHistogram(object) **Possible constructors**:: ImageHistogram() -> None .. method:: __init__(self) :rtype: `None` .. method:: FindFirstUnusedColour(self, startR: int=1, startG: int=0, startB: int=0) :param `startR`: :type `startR`: int :param `startG`: :type `startG`: int :param `startB`: :type `startB`: int :rtype: :ref:`Tuple[int, int, int]` .. staticmethod:: MakeKey(r : int, g : int, b : int) :param `r`: :type `r`: int :param `g`: :type `g`: int :param `b`: :type `b`: int :rtype: `int`