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