Color(String) Constructor |
Initializes a new instance of the
Color struct.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
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