PyDMX
PyDMX copied to clipboard
Fix: when initialise a Colour object, RGB value may exceed 255 or be negtive
Due to the direct manipulate of self._red/_green/_blue attribute, the value check process of Colour object initialization would be skipped.