Click or drag to resize
ColorExtrasGetNearestColour Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Color GetNearestColour(
	Color c1,
	List<Color> possibleColours
)

Parameters

c1
Type: System.DrawingColor
possibleColours
Type: System.Collections.GenericListColor

Return Value

Type: Color
See Also