Виджет цветовой шкалы
Color Ramps specify a color gradient based on color stops. Each stop has a position and a color. The gradient is then calculated as the interpolation between these stops using the chosen interpolation method.
Элементы управления
- Добавление
+
Adds a new stop between the selected stop and the one before it.
- Удалить
-
Deletes the selected color stop.
- Специальное
v
Содержит больше операторов для цветовой шкалы.
- Flip Color Ramp
Flips the gradient, mirroring the positions of the stops.
- Distribute Stops from Left
Распределяет метки таким образом, чтобы каждый шаг имел одинаковое пространство справа. Это в основном полезно при использовании режима постоянной интерполяции.
- Distribute Stops Evenly
Distribute the stops so that all neighbors have the same space between them.
- Eyedropper (значок пипетки) E
Пипетка для выборки цвета или градиента из интерфейса, который будет использоваться в цветовой шкале.
- Reset Color Ramp
Сбрасывает цветовую шкалу в состояние по умолчанию.
- Color Mode
Selection of the Color Model used for interpolation.
- RGB:
Смешивает цвета, смешивая каждый цветовой канал и комбинируя их.
- HSV/HSL:
Blends colors by first converting to HSV or HSL, mixing, then combining again. This has the advantage of maintaining saturation between different hues, where RGB would de-saturate. This allows for a richer gradient.
- Color Interpolation
The interpolation method to use across the ramp.
- RGB
- B-Spline:
Использует интерполяцию B-сплайна для цветовых меток.
- Cardinal:
Использует кардинальную интерполяцию для цветовых меток.
- Linear (линейно):
Использует линейную интерполяцию для цветовых меток.
- Ease:
Использует интерполяцию лёгкости для цветовых меток.
- Постоянно:
Использует постоянную интерполяцию для цветовых меток.
- HSV/HSL
- Clockwise:
Интерполяция по часовой стрелке вокруг колеса HSV/HSL.
- Counter-Clockwise:
Интерполяция против часовой стрелки вокруг колеса HSV/HSL.
- Near:
Ближайший маршрут вокруг колеса.
- Far:
Самый дальний маршрут вокруг колеса.
- Active Color Stop
Index of the active color stop (shown as a dashed line). Offers an alternative way of selecting a stop in case it’s so close to others that it’s hard to select it directly.
- Position (положение)
This slider controls the position of the selected color stop in the range.
- Color
A color field where you can specify the color and alpha of the selected stop.
Горячие клавиши
LMB (drag) moves color stops.
Ctrl-LMB (click) adds a new color stop.