Click or drag to resize

RtfToHtmlColor(String) Constructor

Initializes a new instance of the Color struct.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.6.6
Syntax
public Color(
	string rgbInHex
)

Parameters

rgbInHex  String
Represents the color in heximal format: "#RRGGBB". For example, "#ffddcc". Alpha component is set to "FF".
See Also