RtfToHtmlColor(Byte, Byte, Byte) Constructor |
Initializes a new instance of the Color struct.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.4.24
Syntaxpublic Color(
byte red,
byte green,
byte blue
)
Public Sub New (
red As Byte,
green As Byte,
blue As Byte
)
Parameters
- red Byte
- The red component.
- green Byte
- The green component.
- blue Byte
- The blue component.
See Also