Click or drag to resize

IColorProvider Interface

Interface to calculate a color out of a relative value that is normally between 0 and 1. Special colors should be used for values between 0, above 1, and for NaN.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IColorProvider : IImmutable, 
	IEquatable<IColorProvider>

The IColorProvider type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIColorProvider)
Public methodGetAxoColor Calculates a color from the provided relative value.
Public methodGetColor Calculates a color from the provided relative value.
Top
See Also