- Description: Tuple[int, int, int]: Returns an (r, g, b) tuple representing the colour.
- Usage: to_rgb()
- Description: Constructs a Colour from an RGB tuple.
- Usage: from_rgb(R, G, B)
- Description: Constructs a Colour from an HSV tuple.
- Usage: from_rgb(H, S, V)