|
RGB Constructor (Byte, Byte, Byte)
|
Initializes a new instance of the
RGB class.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public RGB(
byte red,
byte green,
byte blue
)
Public Sub New (
red As Byte,
green As Byte,
blue As Byte
)
Request Example
View SourceParameters
- red
- Type: SystemByte
Red component. - green
- Type: SystemByte
Green component. - blue
- Type: SystemByte
Blue component.
See Also