An RGB color.
Return a deep copy of this Color.
Return the Euclidean distance between the RGB values of this Color and Color color.
Return the blue value of this Color.
Return the green value of this Color.
Return the red value of this Color.
Return a tuple of the RGB values of this Color.
Decrease the RGB values of this Color by 30%.
Increase the RGB values of this Color by about 40%. This should be the inverse of make_darker, so the multiplier is (1 - .7) / .7.
Set the blue value of this Color to int value.
Set the green value of this Color to int value.
Set the red value of this Color to int value.