Returns the hash code for this color based on its RGB components.
@override int get hashCode => Object.hash(r, g, b);