Click or drag to resize
PaletteModes Enumeration
Specifies the visible modes of the KaxColorPicker's palette.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum PaletteModes
Members
  Member nameValueDescription
Web1 A palete with a set of predefined colors.
RGB2 RGB KaxTrackBars which define a point in the RGB color space.
HSB4 HSB (hue, saturation, lightness) representation of points in an RGB color space.
All7 Default object behavior: all together.
See Also