Get the indexes of a color with a given color value.
Namespace: Altaxo.Drawing.ColorManagementAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax int IndexOf(
AxoColor colorValue
)
Parameters
- colorValue AxoColor
- The color value.
Return Value
Int32The 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