Enumeration

GimpUiColorSelectorChannel

unstable since: 3.0

Declaration

enum GimpUi.ColorSelectorChannel

Description [src]

An enum to specify the types of color channels edited in GimpColorSelector widgets.

Available since: 3.0

Members

GIMP_COLOR_SELECTOR_HUE

The hue channel.

  • Value: 0
  • Nickname: hue
  • Available since: 3.0
GIMP_COLOR_SELECTOR_SATURATION

The saturation channel.

  • Value: 1
  • Nickname: saturation
  • Available since: 3.0
GIMP_COLOR_SELECTOR_VALUE

The value channel.

  • Value: 2
  • Nickname: value
  • Available since: 3.0
GIMP_COLOR_SELECTOR_RED

The red channel.

  • Value: 3
  • Nickname: red
  • Available since: 3.0
GIMP_COLOR_SELECTOR_GREEN

The green channel.

  • Value: 4
  • Nickname: green
  • Available since: 3.0
GIMP_COLOR_SELECTOR_BLUE

The blue channel.

  • Value: 5
  • Nickname: blue
  • Available since: 3.0
GIMP_COLOR_SELECTOR_ALPHA

The alpha channel.

  • Value: 6
  • Nickname: alpha
  • Available since: 3.0
GIMP_COLOR_SELECTOR_LCH_LIGHTNESS

The lightness channel.

  • Value: 7
  • Nickname: lch-lightness
  • Available since: 3.0
GIMP_COLOR_SELECTOR_LCH_CHROMA

The chroma channel.

  • Value: 8
  • Nickname: lch-chroma
  • Available since: 3.0
GIMP_COLOR_SELECTOR_LCH_HUE

The hue channel.

  • Value: 9
  • Nickname: lch-hue
  • Available since: 3.0