그러데이션 위젯(color ramp widget)

Color Ramps enables the user to specify a range of colors based on color stops. Color stops are similar to a mark indicating where exactly the chosen color should be. The interval from each of the stops, added to the ramp, is a result of the color interpolation and chosen interpolation method.

../../../_images/interface_controls_templates_color-ramp_ui.png

그러데이션

조작

Add +

Clicking on this button will add a stop to your color ramp. The stops are added from the last selected stop to the next one, from left to right and they will be placed in the middle of both stops.

색지점 제거하기 -

Deletes the selected color stop from the list.

Specials v

Contains more operators for the color ramp.

Flip Color Ramp

Flips the gradient, inverting the values of the color ramp.

Distribute Stops from Left

Distribute the stops so that every step has the same space to the right. This is mostly useful when used with Constant interpolation mode.

Distribute Stops Evenly

Space between all neighboring stops becomes equal.

Eyedropper (pipette icon) E

An Eyedropper to sample a color or gradient from the interface to be used in the color ramp.

Reset Color Ramp

Resets the color ramp to its default state.

색상 모드(color mode)

Selection of the Color Model used for interpolation.

RGB

빨강, 초록, 파랑 3가지 채널을 섞어서 색깔을 만들어요.

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

Enables you to choose the types of calculations for the color interpolation for each color stop.

RGB
B-Spline

Uses a B-spline interpolation for the color stops.

Cardinal

Uses a cardinal interpolation for the color stops.

Linear

Uses a linear interpolation for the color stops.

Ease

Uses an ease interpolation for the color stops.

Constant

Uses a constant interpolation for the color stops.

HSV/HSL
시계방향

HSV/HSL 원에서 시계 방향으로 보간법을 사용해요.

시계반대방향

HSV/HSL 원에서 시계 반대 방향으로 보간법을 사용해요.

최단거리

HSV/HSL 원에서 가장 가까운 최단거리로 움직여요

최장거리

HSV/HSL 원에서 가장 먼 최장거리로 움직여요.

../../../_images/interface_controls_templates_color-ramp_interpolation.png

HSV랑 HSL에서의 보간법(interpolation options)

선택된 색지점 번호

Index of the active color stop (shown as a dashed line). Allows you to change the active color when colors may be too close to easily select with the cursor.

Position

This slider controls the positioning of the selected color stop in the range.

색깔

Opens a color picker for the user to specify color and Alpha for the selected color stop. When a color is using Alpha, the color field is then divided in two, with the left side showing the base color and the right side showing the color with the alpha value.

단축키

  • LMB (drag) moves colors.

  • Ctrl-LMB (click) adds a new control point.