Color.ToString
ToString(): string;
ToString(format: string): string;
Description

Returns a nicely formatted string of this color.

	print(Color.white);