phoenix_title wx.ImageHistogram


class_hierarchy Class Hierarchy

Inheritance diagram for class ImageHistogram:

method_summary Methods Summary

__init__

FindFirstUnusedColour

MakeKey


api Class API

class wx.ImageHistogram(object)

Possible constructors:

ImageHistogram()
__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