Altaxo. |
| Class | Description | |
|---|---|---|
| ColorCircleController | Controller for editing colors using circle and variation models. | |
| ColorCircleModelComplementary | Color-circle model with two complementary hues. | |
| ColorCircleModelHelperBase | Provides helper methods for color-circle models. | |
| ColorCircleModelPentagonSymmetrically | Color-circle model with five symmetrically arranged hues. | |
| ColorCircleModelPrimary | Color-circle model with a single primary hue. | |
| ColorCircleModelRectangle | Color-circle model with four hues arranged as a rectangle. | |
| ColorCircleModelTriangleComplementary | Color-circle model with a triangular complementary arrangement. | |
| ColorCircleModelTriangleSymmetrically | Color-circle model with three symmetrically arranged hues. | |
| ColorModelCMY | CMY color model implementation for the color management UI. | |
| ColorModelCMYK | CMYK color model implementation for the color management UI. | |
| ColorModelController | Controller for editing a color through selectable color models. | |
| ColorModelHSB | HSB color model implementation for the color management UI. | |
| ColorModelLinearRGB | Linear RGB color model implementation for the color management UI. | |
| ColorModelRGB | RGB color model implementation for the color management UI. | |
| ColorPickerController | Controller to pick a custom color. | |
| ColorSetController | Controller for editing IColorSet instances. | |
| ColorVariationModelColder | Creates colder variations of the base color. | |
| ColorVariationModelDarker | Creates darker variations of the base color. | |
| ColorVariationModelDesaturate | Creates variations by desaturating the base color. | |
| ColorVariationModelDesaturateAndDarker | Creates variations by desaturating and darkening the base color. | |
| ColorVariationModelWarmer | Creates warmer variations of the base color. | |
| NamedColorController | Controller for editing NamedColor values. | |
| TextOnlyColorModelARGBHex | Text-only hexadecimal ARGB color model. | |
| TextOnlyColorModelCMY | Text-only CMY color model. | |
| TextOnlyColorModelCMYK | Text-only CMYK color model. | |
| TextOnlyColorModelHSB | Text-only HSB color model. | |
| TextOnlyColorModelLinearCMY | Text-only linear CMY color model. | |
| TextOnlyColorModelLinearRGB | Text-only linear RGB color model. | |
| TextOnlyColorModelRGB | Text-only RGB color model. | |
| TextOnlyColorModelRGBHex | Text-only hexadecimal RGB color model. |
| Interface | Description | |
|---|---|---|
| IColorCircleModel | Supports a Gui component for selecting hue values from a circle of colors. | |
| IColorCircleView | View contract for editing colors using circle and variation models. | |
| IColorListView | View contract for editing color sets. | |
| IColorModel | Gets the color model to be used with ColorModelController. | |
| IColorModelView | View contract for editing a color through different color models. | |
| IColorPickerView | View interface for selecting a color. | |
| IColorVariationModel | Interface to a model that designates how to make variations of a base color. | |
| INamedColorView | View contract for editing a named color. | |
| ITextOnlyColorModel | Implements a model which can split or express a color in components. The components are provided as text. |