Altaxo. |
| Class | Description | |
|---|---|---|
| ColorProviderAHSBGradient | Interpolates linearly between two colors by linearly interpolate the A, the R, the G and the B value of the two colors. | |
| ColorProviderARGBGradient | Interpolates linearly between two colors by linearly interpolate the A, the R, the G and the B value of the two colors. | |
| ColorProviderBase | Abstract class to calculate a color out of a relative value that is normally between 0 and 1. Special colors are used here for values between 0, above 1, and for NaN. | |
| ColorProviderBGMYR | Provides a blue-green-magenta-yellow-red color gradient. | |
| ColorProviderBGRY | Provides a blue-green-red-yellow color gradient. | |
| VisibleLightSpectrum | This color provider provides the colors of the visible light spectrum in the wavelength range between 350 nm and 780 nm. |