RtfToHtmlColor(Int32) Constructor |
Initializes a new instance of the Color struct.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.3.25
SyntaxPublic Sub New (
argb As Integer
)
Parameters
- argb Int32
-
The integer that represents the color in the format [AA,RR,GG,BB]
where AA is the byte that represents the alpha component,
RR is the byte that represents the red component,
GG is the byte that represents the green component and
BB is the byte that represents the blue component.
See Also