X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c4caf81dbcb58863da23a4fd5625c9ecc21c9c85..15b250467930b17afba9e9a3c3aef4f8258e9dfb:/wxPython/src/_colour.i diff --git a/wxPython/src/_colour.i b/wxPython/src/_colour.i index 61ba3726fd..37f638b23c 100644 --- a/wxPython/src/_colour.i +++ b/wxPython/src/_colour.i @@ -202,6 +202,10 @@ is returned if the pixel is invalid (on X, unallocated).", ""); __safe_for_unpickling__ = True def __reduce__(self): return (Colour, self.Get(True)) } + + %property(Pixel, GetPixel, doc="See `GetPixel`"); + %property(RGB, GetRGB, SetRGB, doc="See `GetRGB` and `SetRGB`"); + }; %pythoncode {