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: int=1, startG: int=0, startB: int=0)
Parameters:
  • startR (int) –

  • startG (int) –

  • startB (int) –

Return type:

Tuple[int, int, int]



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

  • g (int) –

  • b (int) –

Return type:

int