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