Nút Đặt Alpha -- Set Alpha Node

../../../_images/compositing_node-types_CompositorNodeSetAlpha.png

Nút Đặt Alpha.

Nút Đặt Alpha cho thêm một kênh alpha vào một hình ảnh.

Đầu Vào -- Inputs

Hình Ảnh -- Image

Đầu vào hình ảnh tiêu chuẩn.

Alpha

Lượng Alpha có thể đặt cho toàn bộ hình ảnh bằng cách sử dụng trường đầu vào (input field) hoặc bằng mỗi điểm ảnh (pixel) bằng cách kết nối vào ổ cắm.

Tính Chất -- Properties

Mode

Method to mix the alpha with the input Image.

Apply Mask

Multiply the input images RGBA channels by the Alpha input value. In this cases, the output is using Premultiplied Alpha.

Replace Alpha

Replace the inputs alpha channel with the Alpha input value. In this cases, the output is using Straight Alpha.

Đầu Ra -- Outputs

Hình Ảnh -- Image

Đầu ra tiêu chuẩn của hình ảnh.

Ghi chú

This is not, and is not intended to be, a general-purpose solution to the problem of compositing an image that does not contain alpha information. You might wish to use "chroma keying" or "difference keying" (as discussed elsewhere) if you can. This node is most often used (with a suitable input being provided by means of the socket) in those troublesome cases when you cannot, for some reason, use those techniques directly.

Ví Dụ -- Example

Phai Mờ Dần về Màu Đen -- Fade To Black

To transition the audience from one scene or shot to another, a common technique is to "fade to black". As its name implies, the scene fades to a black screen. You can also "fade to white" or whatever color you wish, but black is a good neutral color that is easy on the eyes and intellectually "resets" the viewer's mind. The node tree below shows how to do this using the Set Alpha node.

../../../_images/compositing_types_converter_set-alpha_fade-to-black.png

Mờ dần sang màu đen.

In the example above, the alpha channel of the swirl image is ignored. Instead, a Time node introduces a factor from 0.0 to 1.0 over 60 frames, or about 2 seconds, to the Set Alpha node. Note that the time curve is exponentially-shaped, so that the overall blackness will fade in slowly and then accelerate toward the end. The Set Alpha node does not need an input image; instead, the flat (shadeless) black color is used. The Set Alpha Node uses the input factor and color to create a black image that has an alpha set which goes from 0.0 to 1.0 over 60 frames, or completely transparent to completely opaque. Think of alpha as a multiplier for how vivid you can see that pixel. These two images are combined by the Alpha Over node completely (a Factor of 1.0) to produce the composite image. The Set Alpha node will thus, depending on the frame being rendered, produce a black image that has some amount of transparency. Setup and animate, and you have an image sequence that fades to black over a two-second period.

Ghi chú

Không Sử Dụng Thông Tin Cảnh

This example node tree does not use the Render Layer node. To produce this 2-second animation, no Blender scene information was used. This is an example of using Blender's powerful compositing abilities separate from its modeling and animation capabilities. (A Render Layer could be substituted for the Image layer, and the "fade-network" effect will still produce the same effect.)

Làm Rõ Dần Tiêu Đề -- Fade In a Title

Để giới thiệu hoạt hình của mình, bạn nên trình bày tiêu đề của đoạn hoạt hình của bạn trên một cái nền. Bạn có thể để tiêu đề bay vào, hoặc bạn có thể làm nó rõ dần lên. Để làm rõ dần lên, bạn hãy sử dụng nút Đặt Alpha với nút Thời Gian (Time) như trình bày dưới đây.

../../../_images/compositing_types_converter_set-alpha_fade-in-title.png

Dùng Đặt Alpha để làm mờ dần một tiêu đề vào

Trong ví dụ trên, đường cong Thời gian cung cấp giá trị Alpha cho ổ cắm đầu vào. Nút Tầng Kết Xuất (Render Layer) hiện tại, tức cái có tiêu đề nhìn thấy được là nút cung cấp hình ảnh. Như trước đây, nút Alpha Chồng Lên (Alpha Over) pha trộn (sử dụng các giá trị alpha) hình ảnh nền xoáy lốc và alpha của tiêu đề để tạo ra hình ảnh tổng hợp.

Tô Màu một Hình Ảnh Trắng/Đen -- Colorizing a BW Image

../../../_images/compositing_types_converter_set-alpha_colorizing-image.png

Sử dụng Đặt Alpha để tô màu một hình ảnh.

In the example above, notice how the blue tinge of the render input colors the swirl. You can use the Set Alpha node's color field with this kind of node tree to add a consistent color to a BW image.

In the example tree to the right, use the Alpha value of the Set Alpha node to give a desired degree of colorization. Thread the input image and the Set Alpha node into an Alpha Over node to colorize any black-and-white image in this manner.