Click or drag to resize

IColorSetIndexOf Method

Get the indexes of a color with a given color value.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int IndexOf(
	AxoColor colorValue
)

Parameters

colorValue  AxoColor
The color value.

Return Value

Int32
The index of the color in this color set, if a such a color was found in the set. Otherwise, a negative value is returned.
See Also