.. 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() .. method:: __init__(self) .. method:: FindFirstUnusedColour(self, startR=1, startG=0, startB=0) :param `startR`: :type `startR`: int :param `startG`: :type `startG`: int :param `startB`: :type `startB`: int :rtype: `tuple` :returns: ( `r`, `g`, `b` ) .. staticmethod:: MakeKey(r, g, b) :param `r`: :type `r`: int :param `g`: :type `g`: int :param `b`: :type `b`: int :rtype: `int`