wx.ImageHistogram¶
Class Hierarchy¶
Methods Summary¶
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