Click or drag to resize

IColorCircleModel Interface

Supports a Gui component for selecting hue values from a circle of colors.

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

The IColorCircleModel type exposes the following members.

Properties
 NameDescription
Public propertyNumberOfHueValues Gets the number of hue values that this circle model uses (the number of points that the user can directly or indirectly move).
Top
Methods
 NameDescription
Public methodSetInitialHueValues Sets the initial hue values of this circle model.
Public methodTrySetHueOfButton Try to set the hue of a button.
Top
See Also