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() -> None

Methods

__init__(self)
Return type:

None



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

  • startG (int)

  • startB (int)

Return type:

Tuple[int, int, int]



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

  • g (int)

  • b (int)

Return type:

int