globalmapper.toRGB ================== .. currentmodule:: globalmapper .. py:function:: toRGB (uint8 r, uint8 g, uint8 b) -> COLORREF Creates a COLORREF based on a three-integer RGB input. :param unit8 r: Red value :param uint8 g: Green value :param uint8 b: Blue value :returns: A COLORREF object equivalent to the given RGB value :rtype: COLORREF