Description
Call PSCColorToHTString to obtain a string that represents a TColor value. If there is a symbolic constant defined for the color (such as clBlack or clWindow), PSCColorToHTString returns the name of the constant in such manner: <c:Black>. Otherwise, PSCColorToHTString returns the hex value of the color, formatted as a string in such manner: <c:$44455645>.