Palette.FindClosest Method |
Finds the closest color in this palette to the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic int FindClosest(
Color color
)
Public Function FindClosest (
color As Color
) As Integer
member FindClosest :
color : Color -> int
Parameters
- color
- Type: Eto.Drawing.Color
Color to use to find the closest color
Return Value
Type:
Int32Index of the closest entry of the specified
color
See Also