ColorSetIndexOf(AxoColor) Method |
Get the index of the given color in the ColorSet.
Namespace: Altaxo.Drawing.ColorManagementAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual int IndexOf(
AxoColor color
)
Parameters
- color AxoColor
- The color.
Return Value
Int32The index of the color in the set. If the color is not found in the set, a negative value is returned.
Implements
IColorSetIndexOf(AxoColor)See Also