RtfToHtmlColor(String) Constructor |
Initializes a new instance of the Color struct.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.11.25
Syntax public Color(
string rgbInHex
)
Public Sub New (
rgbInHex As String
)
Parameters
- rgbInHex String
- Represents the color in heximal format: "#RRGGBB". For example, "#ffddcc". Alpha component is set to "FF".
See Also