Click or drag to resize

IColorCircleView Interface

View contract for editing colors using circle and variation models.

Namespace: Altaxo.Gui.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IColorCircleView

The IColorCircleView type exposes the following members.

Methods
 NameDescription
Public methodInitializeAvailableColorCircleModels Initializes the available color circle models.
Public methodInitializeAvailableColorModels Initializes the available color models.
Public methodInitializeAvailableColorVariationModels Initializes the available color variation models.
Public methodInitializeAvailableTextOnlyColorModels Initializes the available text-only color models.
Public methodInitializeColorModel Initializes the current color model.
Public methodInitializeColorShades Initializes the generated color shades.
Public methodInitializeCurrentColor Initializes the currently selected color.
Public methodInitializeCurrentColorCircleModel Initializes the current color circle model.
Public methodInitializeCurrentColorVariationModel Initializes the current color variation model.
Public methodInitializeNumberOfColorShades Initializes the number of generated color shades.
Public methodInitializeTextOnlyColorModel Initializes the current text-only color model.
Top
Events
 NameDescription
Public eventColorCircleModelChanged Occurs when the selected color circle model changes.
Public eventColorModelSelectionChanged Occurs when the selected color model changes.
Public eventColorVariationModelChanged Occurs when the selected color variation model changes.
Public eventCurrentColorChanged Occurs when the current color changes.
Public eventHueValuesChanged Occurs when at least one of the hue values of the color circle has changed. Argument is the list of hue values of the circle, with the first item always representing the main hue value.
Public eventNumberOfColorShadesChanged Occurs when the number of generated color shades changes.
Public eventTextOnlyColorModelSelectionChanged Occurs when the selected text-only color model changes.
Top
See Also