Nút Hạn Định (Clamp Node)
The Clamp node clamps a value between a minimum and a maximum.
Đầu Vào (Inputs)
- Value (Giá Trị)
The input value to be clamped.
- Tối Thiểu (Min)
The minimum value.
- Tối Đa (Max)
The maximum value.
Tính Chất (Properties)
- Kiểu Hạn Định (Clamp Type)
Method to clamp.
- Tối Thiểu, Tối Đa (Min Max)
Constrain values between Min and Max.
- Phạm Vi (Range)
Constrain values between Min and Max. When Min is greater than Max, constrain between Max and Min instead.
Đầu Ra (Outputs)
- Kết Quả (Result)
The input value after clamping.
Một Số Ví Dụ (Examples)
The Voronoi Texture node outputs a value whose minimum is zero. We can use the Clamp node to clamp this value such that the minimum is 0.2.