A specific color value.
Creates a new Color with r,g, b, a as input channels.
Return the values red, green, blue, aplha
Calculates white or black as font color, to display correct on the given background color
Return the color as String
if value == b { }
Allows for partial equality operations to work.
println("{:?}", value)
Allows the value to be debug printed.
println("{}", value)
Allows the value to be display printed.