phoenix_title wx.ImageHistogram


class_hierarchy Class Hierarchy

Inheritance diagram for class ImageHistogram:

api Class API

class wx.ImageHistogram(object)

Possible constructors:

ImageHistogram()

Methods

__init__(self)


FindFirstUnusedColour(self, startR=1, startG=0, startB=0)
Parameters
  • startR (int) –

  • startG (int) –

  • startB (int) –

Return type

tuple

Returns

( r, g, b )



static MakeKey(r, g, b)
Parameters
  • r (int) –

  • g (int) –

  • b (int) –

Return type

int