Specifies the visible modes of the KaxColorPicker's palette.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[SerializableAttribute]
[FlagsAttribute]
public enum PaletteModes
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration PaletteModes
[SerializableAttribute]
[FlagsAttribute]
public enum class PaletteModes
[<SerializableAttribute>]
[<FlagsAttribute>]
type PaletteModes
Members
| Member name | Value | Description |
---|
| Web | 1 |
A palete with a set of predefined colors.
|
| RGB | 2 |
RGB KaxTrackBars which define a point in the RGB color space.
|
| HSB | 4 |
HSB (hue, saturation, lightness) representation of points in an RGB color space.
|
| All | 7 |
Default object behavior: all together.
|
See Also