Search
GdiGraphics.GetNearestColor Method
See Also
 





Gets the nearest color to the specified Color structure.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual Color GetNearestColor (
    Color color
)

Visual Basic  Copy Code

Public Overridable Function GetNearestColor( _
    color As Color _
) As Color

 Parameters

color
A .NET Color structure for which to find a match.

 Return Value

A .NET Color structure that represents the nearest color to the one specified with the color parameter.

 See Also