|
RGB Constructor (Color)
|
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(
Color color
)
Public Sub New (
color As Color
)
Request Example
View SourceParameters
- color
- Type: System.DrawingColor
Initialize from specified color.
See Also