Nút Dốc Màu (Color Ramp Node)

Color Ramp Node.

Nút Dốc Màu được sử dụng để ánh xạ các giá trị thành các màu với việc sử dụng một gradient.

Đầu Vào (Inputs)

Hệ Số (Factor)

Đầu vào Hệ Số được sử dụng làm chỉ số cho dốc màu.

Tính Chất (Properties)

Dốc Màu (Color Ramp)

Đối với các điều khiển, xin xem mục Thành Tố Dốc Màu (Color Ramp Widget).

Đầu Ra (Outputs)

Hình Ảnh (Image)

Đầu ra màu sắc chuẩn.

Alpha

Đầu ra alpha chuẩn.

Một Số Ví Dụ (Examples)

Tạo Màn Chắn Alpha (Creating an Alpha Mask)

An often overlooked use case of the Color Ramp is to create an alpha mask, or a mask that is overlaid on top of another image. Such a mask allows you to select parts of the background to be shown through.

../../../_images/compositing_types_converter_color-ramp_create-alpha-mask.png

Sử dụng nút Dốc Màu để tạo màn chắn alpha.

Trong bản đồ trên, một hình ảnh lốc xoáy đen trắng, thiếu kênh alpha, được đưa vào nút Dốc Màu dưới dạng một "Hệ Số".

The Color Ramp node is set to a purely transparent color on the left end of the gradient, and a fully red color on the right. As you can see in the Viewer node, the Color Ramp node puts out a mask that is fully transparent where the image is black. Black is zero, so Color Ramp outputs the color at the left end of the gradient, which is set to transparent. The Color Ramp image is fully red and opaque where the image is white (which is 1).

Chúng ta có thể xác minh được rằng màn chắn của hình ảnh cung cấp ở đầu ra có thực sự là hoàn toàn trong suốt hay không, bằng cách lồng chồng nó lên trên một hình ảnh khác.

Tô Màu một hình ảnh (Colorizing an Image)

In this example multiple colors are added to the color gradient converting a black-and-white image into a flaming swirl.

../../../_images/compositing_types_converter_color-ramp_colorizing-image.png

The shades of gray in the input image are mapped to three colors: blue, yellow, and red, all fully opaque (alpha of 1). Where the image is black, Color Ramp substitutes blue (the first color stop). Where it is some shade of gray, Color Ramp outputs a corresponding color from the gradient (bluish, yellow, to reddish). Where the image is fully white, the Color Ramp outputs red.