VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBase Class / FromColor(Color) Method
Syntax Requirements SeeAlso
In This Topic
FromColor(Color) Method (ColorBase)
In This Topic
Creates a Argb32Color class from the System.Drawing.Color structure.
Syntax
'Declaration

Public Shared Function FromColor( _
ByVal color As System.Drawing.Color _
) As Argb32Color
public static Argb32Color FromColor(
System.Drawing.Color color
)

Parameters

color
System.Drawing.Color structure.

Return Value

The Argb32Color that this method creates.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also