blender mix节点和它的混合模式

Mix 节点是一种用于混合两个颜色或者两个图像的节点,它有以下几个输入和输出:

  • Color1:用于接收第一个颜色或者图像,也就是基色。
  • Color2:用于接收第二个颜色或者图像,也就是混合色。
  • Fac:用于控制混合的比例,也就是混合因子。它可以是一个数值,也可以是一个图像。数值的范围是0到1,图像的亮度值会被转换为0到1的范围。Fac的值越大,混合色的影响越大,Fac的值越小,基色的影响越大。
  • Color:用于输出混合的结果,也就是结果色。

混合模式

Add, Subtract, Multiply, Screen, Divide, Difference, Exclusion, Darken, Lighten, Overlay, Color Dodge, Color Burn, Hue, Saturation, Value, Color, Soft Light, Linear Light

  1. mix节点的几种混合模式是指在颜色模式下,可以选择不同的算法来混合两个颜色输入,从而产生不同的颜色效果。以下是各种混合模式的简单介绍:

  2. Add:将两个颜色的每个通道相加,得到更亮的颜色。
  3. Subtract:将第一个颜色的每个通道减去第二个颜色的每个通道,得到更暗的颜色。
  4. Multiply:将两个颜色的每个通道相乘,得到更暗的颜色。这也叫正片叠底。
  5. Screen:将两个颜色的每个通道的反向值相乘,然后再取反,得到更亮的颜色。这也叫滤色。
  6. Divide:将第一个颜色的每个通道除以第二个颜色的每个通道,得到更亮或更暗的颜色,取决于第二个颜色的值。
  7. Difference:将两个颜色的每个通道的差的绝对值作为结果,得到更亮或更暗的颜色,取决于两个颜色的差异。
  8. Exclusion:将两个颜色的每个通道的和减去它们的乘积的两倍,得到类似于Difference的效果,但更柔和。
  9. Darken:将两个颜色的每个通道中较小的值作为结果,得到更暗的颜色。
  10. Lighten:将两个颜色的每个通道中较大的值作为结果,得到更亮的颜色。
  11. Overlay:根据第一个颜色的亮度,将第二个颜色的每个通道与第一个颜色的每个通道相乘或相加,得到更亮或更暗的颜色。这也叫叠加。
  12. Color Dodge:将第一个颜色的每个通道除以第二个颜色的每个通道的反向值,得到更亮的颜色。这也叫减淡。
  13. Color Burn:将第一个颜色的每个通道的反向值除以第二个颜色的每个通道,然后再取反,得到更暗的颜色。这也叫颜色加深。
  14. Hue:将第一个颜色的色相替换为第二个颜色的色相,保持第一个颜色的饱和度和明度不变,得到不同色调的颜色。
  15. Saturation:将第一个颜色的饱和度替换为第二个颜色的饱和度,保持第一个颜色的色相和明度不变,得到不同饱和度的颜色。
  16. Value:将第一个颜色的明度替换为第二个颜色的明度,保持第一个颜色的色相和饱和度不变,得到不同明度的颜色。这也叫明度。
  17. Color:将第一个颜色的色相和饱和度替换为第二个颜色的色相和饱和度,保持第一个颜色的明度不变,得到不同颜色的颜色。
  18. Soft Light:根据第二个颜色的亮度,将第一个颜色的每个通道与第二个颜色的每个通道相乘或相加,得到更亮或更暗的颜色,但更柔和。
  19. Linear Light:将第二个颜色的每个通道的两倍减去1,然后与第一个颜色的每个通道相加,得到更亮或更暗的颜色,但更强烈。

1. Add: 1. 添加:

Adds the color values of the top and bottom layers together.
将顶层和底层的颜色值相加。
Results in brighter, more saturated colors.
产生更明亮、更饱和的色彩。
Can lead to clipping (loss of detail) in highlights.
可能导致高光部分出现剪切(细节丢失)。
Image of Add blending mode in BlenderOpens in a new window
b3d.interplanety.org
Add blending mode in Blender
在 Blender 中添加混合模式
2. Subtract: 2. 减去:

Subtracts the bottom layer's colors from the top layer's colors.
从顶层的颜色中减去底层的颜色。
Darkens colors and can create interesting inversion effects.
使颜色变暗,并可以创建有趣的反转效果。
Can also lead to clipping.
也可能导致剪裁。
Image of Subtract blending mode in BlenderOpens in a new window
devtalk.blender.org
Subtract blending mode in Blender
在Blender中减去混合模式
3. Multiply: 3. 乘以:

Multiplies the color values of both layers, darkening the overall image.
将两个图层的颜色值相乘,使整体图像变暗。
Useful for creating shadows and depth.
用于创建阴影和深度。
Preserves highlights and shadows.
保留高光和阴影。
Image of Multiply blending mode in BlenderOpens in a new window
blender.stackexchange.com
Multiply blending mode in Blender
Blender 中的乘法混合模式
4. Screen: 4.屏幕:

Inverts both layers, multiplies them, and then inverts the result.
反转两个图层,将它们相乘,然后反转结果。
Lightens the overall image, often creating a brighter, more vibrant effect.
使整体图像变亮,通常会产生更明亮、更生动的效果。
Good for lightening images and creating highlights.
适合使图像变亮和创建高光。
Image of Screen blending mode in BlenderOpens in a new window
blender.stackexchange.com
Screen blending mode in Blender
Blender中的屏幕混合模式
5. Divide: 5.划分:

Divides the bottom layer's colors by the top layer's colors.
将底层的颜色除以顶层的颜色。
Creates interesting color inversions and contrast effects.
创建有趣的颜色反转和对比效果。
Image of Divide blending mode in BlenderOpens in a new window
www.reddit.com
Divide blending mode in Blender
在Blender中划分混合模式
6. Difference: 6.区别:

Subtracts the smaller color value from the larger value for each color channel.
从每个颜色通道的较大值中减去较小的颜色值。
Emphasizes differences between layers, often creating a high-contrast, surreal effect.
强调图层之间的差异,通常会产生高对比度的超现实效果。
Image of Difference blending mode in BlenderOpens in a new window
blender.stackexchange.com
Difference blending mode in Blender
Blender中的差异混合模式
7. Exclusion: 7. 排除:

Similar to Difference but with less contrast.
与 Difference 相似,但对比度较低。
Creates a softer, more subtle effect.
营造出更柔和、更微妙的效果。
Image of Exclusion blending mode in BlenderOpens in a new window
blender.stackexchange.com
Exclusion blending mode in Blender
Blender 中的排除混合模式
8. Darken: 8.变暗:

Keeps only the darker pixels from both layers.
仅保留两个图层中较暗的像素。
Useful for blending shadows and darkening areas selectively.
可用于有选择地混合阴影和使区域变暗。
Image of Darken blending mode in BlenderOpens in a new window
b3d.interplanety.org
Darken blending mode in Blender
在Blender中使混合模式变暗
9. Lighten: 9.减轻:

Keeps only the lighter pixels from both layers.
仅保留两个图层中较亮的像素。
Useful for blending highlights and lightening areas selectively.
可用于有选择地混合高光和亮化区域。
Image of Lighten blending mode in BlenderOpens in a new window
blender.stackexchange.com
Lighten blending mode in Blender
在 Blender 中减轻混合模式
10. Overlay: 10. 叠加:

A combination of Multiply and Screen.
Multiply 和 Screen 的组合。
Darkens dark areas and lightens light areas, increasing contrast and detail.
使暗区变暗,使亮区变亮,增加对比度和细节。
Image of Overlay blending mode in BlenderOpens in a new window
blender.stackexchange.com
Overlay blending mode in Blender
Blender 中的叠加混合模式
11. Color Dodge: 11.颜色减淡:

Lightens the bottom layer based on the brightness of the top layer.
根据顶层的亮度使底层变亮。
Often used for creating highlights and glow effects.
通常用于创建高光和发光效果。
Image of Color Dodge blending mode in BlenderOpens in a new window
blenderartists.org
Color Dodge blending mode in Blender
Blender 中的 Color Dodge 混合模式
12. Color Burn: 12.颜色燃烧:

Darkens the bottom layer based on the brightness of the top layer.
根据顶层的亮度使底层变暗。
Used for creating shadows and deepening colors.
用于创建阴影和加深颜色。
Image of Color Burn blending mode in BlenderOpens in a new window
docs.blender.org
Color Burn blending mode in Blender
Blender 中的颜色燃烧混合模式
13. Hue: 13.色调:

Keeps the bottom layer's lightness and saturation but adopts the top layer's hue.
保持底层的亮度和饱和度,但采用顶层的色调。
Useful for recoloring images while preserving details.
用于在保留细节的同时重新着色图像。
Image of Hue blending mode in BlenderOpens in a new window
blenderartists.org
Hue blending mode in Blender
Blender 中的色相混合模式
14. Saturation: 14.饱和度:

Keeps the bottom layer's hue and lightness but adopts the top layer's saturation.
保持底层的色调和亮度,但采用顶层的饱和度。
Used for adjusting color intensity.
用于调整颜色强度。
Image of Saturation blending mode in BlenderOpens in a new window
dgrin.smugmug.com
Saturation blending mode in Blender
Blender 中的饱和混合模式
15. Value: 15. 价值:

Keeps the bottom layer's hue and saturation but adopts the top layer's lightness.
保持底层的色调和饱和度,但采用顶层的亮度。
Used for adjusting brightness and contrast.
用于调整亮度和对比度。
Image of Value blending mode in BlenderOpens in a new window
blender.community blender.community(搅拌机社区)
Value blending mode in Blender
Blender 中的值混合模式
16. Color: 16.颜色:

Keeps the bottom layer's lightness but adopts the top layer's hue and saturation.
保持底层的亮度,但采用顶层的色调和饱和度。
Useful for colorizing grayscale images or applying color filters.
可用于为灰度图像着色或应用颜色滤镜。
Image of Color blending mode in BlenderOpens in a new window
blender.stackexchange.com
Color blending mode in Blender
Blender 中的颜色混合模式
17. Soft Light: 17.柔光:

A more subtle version of Overlay, creating a gentle contrast effect.
更微妙的叠加版本,营造出柔和的对比效果。
Used for subtle shading and highlighting.
用于微妙的阴影和高光。
Image of Soft Light blending mode in BlenderOpens in a new window
www.unrealengine.com
Soft Light blending mode in Blender
Blender 中的柔光混合模式
18. Linear Light: 18.线性光:

A more harsh version of Overlay, creating a stronger contrast effect.
更刺眼的叠加版本,创建更强的对比效果。
Used for dramatic lighting effects.
用于戏剧性的灯光效果。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/230956.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

一文讲透Stata计量经济学中如何分中东西区域回归?

stata如何分中东西区域回归本质上是异质性检验。 异质性检验即针对样本进行分类分组,基于各组样本分别开展的实证检验。异质性检验通常在基准回归之后,基准回归依据的是全部的样本,当基准回归得到的结果较为显著,即核心解释变量显…

2023年03月21日_chatgpt宕机事件的简单回顾

你能想象吗 ChatGPT挂了 昨天半夜呢 来自全球各地的用户纷纷发现 ChatGPT的网站弹出了报错警告的信息 然后立即就无法使用了 即使是有特权的plus账户也未能幸免 一时之间呢 chatgptdown的话题在Twitter刷屏 不少重度的用户表示很着急 有的用户说呢没了ChatGPT 这工作…

Vue3地图选点组件

Vue3地图选点组件 <template><div style"width: 100%; height: 500px"><div class"search-container"><el-autocompletev-model"suggestionKeyWord"class"search-container__input"clearable:fetch-suggestion…

Hadoop入门学习笔记——八、数据分析综合案例

视频课程地址&#xff1a;https://www.bilibili.com/video/BV1WY4y197g7 课程资料链接&#xff1a;https://pan.baidu.com/s/15KpnWeKpvExpKmOC8xjmtQ?pwd5ay8 Hadoop入门学习笔记&#xff08;汇总&#xff09; 目录 八、数据分析综合案例8.1. 需求分析8.1.1. 背景介绍8.1.2…

【C语言】计算机原码,反码,补码

机器数 一个数在计算机中的表现形式叫做机器数&#xff0c;这个数有正负之分&#xff0c;在计算机中用一个数的最高位&#xff08;符号位&#xff09;用来表示它的正负&#xff0c;其中0表示正数&#xff0c;1表示负数。 例如正数7&#xff0c;在计算机中用一个8位的二进制数…

Transforer逐模块讲解

本文将按照transformer的结构图依次对各个模块进行讲解&#xff1a; 可以看一下模型的大致结构&#xff1a;主要有encode和decode两大部分组成&#xff0c;数据经过词embedding以及位置embedding得到encode的时输入数据 输入部分 embedding就是从原始数据中提取出单词或位置&…

C之BS开发

一、 BS 概述与 boa 搭建 1.1 BS 模式开发概述 BS 模式&#xff1a; 浏览器与服务器模式&#xff0c; 即通过浏览器访问服务器的 Web 资源。 1.1.1 web 前端开发技术 主要包含&#xff1a; HTML 、 CSS 、 XML/JSON 、 Javascript 、 AJAX HTML 超文本标记语言 ( 英文全称…

ssm基于web的素材网的设计与实现+vue论文

基于web的素材网站的设计与实现 摘要 当下&#xff0c;正处于信息化的时代&#xff0c;许多行业顺应时代的变化&#xff0c;结合使用计算机技术向数字化、信息化建设迈进。传统的素材信息管理模式&#xff0c;采用人工登记的方式保存相关数据&#xff0c;这种以人力为主的管理…

实现区域地图散点图效果,vue+echart地图+散点图

需求&#xff1a;根据后端返回的定位坐标数据实现定位渲染 1.效果图 2.准备工作,在main.js和index.js文件中添加以下内容 main.js app.use(BaiduMap, {// ak 是在百度地图开发者平台申请的密钥 详见 http://lbsyun.baidu.com/apiconsole/key */ak: sRDDfAKpCSG5iF1rvwph4Q95M…

【C语言】stdbool.h——有关bool的总结

在编程和日常生活中&#xff0c;经常需要一种只能具有两个值之一的数据类型&#xff0c;如是否、开关、真假等&#xff0c;因此&#xff0c;C 有一种bool数据类型&#xff0c;称为booleans。布尔值表示 或true的值false。 C 中的 bool 是大多数语言中的基本数据类型&#xff0…

网络安全与IP地址:构建数字世界的前沿堡垒

网络安全是当今数字社会中不可忽视的挑战之一。而IP地址&#xff0c;作为互联网通信的基础协议&#xff0c;既是数字化时代的桥梁&#xff0c;也是网络安全的关键节点。本文将剖析IP地址在网络安全领域的作用&#xff0c;以及如何利用其特性建立有效的网络安全策略。 IP地址&a…

table的最后一行需要加底色

<tr class"font12" v-for"(item, index) in OrderAuditDiscountList.list" :key"index":class"OrderAuditDiscountList.list.length - 1 index ? blodfont : "> 其中&#xff1a; :class"OrderAuditDiscountList.list.le…

借还款记账表,借款还款记账软件

我们每个人都在为生活奔波&#xff0c;为事业打拼。但有时候&#xff0c;生活中的一些小事情&#xff0c;比如朋友间的借贷、还款&#xff0c;就可能让我们的生活变得有些混乱。为了解决这个问题&#xff0c;一个全新的借还款记账软件【晨曦记账本】横空出世&#xff0c;它不仅…

FindMy技术用于鼠标

鼠标是计算机的标准配置之一&#xff0c;其设计初衷是为了使计算机的操作更加简便快捷&#xff0c;减少用户在操作中的负担。用户可以通过移动鼠标&#xff0c;实现光标的精确移动&#xff0c;进而选择、拖拽、复制、粘贴等操作。这种操作方式&#xff0c;使得计算机的操作变得…

新一代爬取JavaScript渲染页面的利器-playwright(二)

接上文&#xff1a;新一代爬取JavaScript渲染页面的利器-playwright&#xff08;一&#xff09;   上文我们主要讲了Playwright的特点、安装、基本使用、代码生成的使用以及模拟移动端浏览&#xff0c;这篇我们主要讲下Playwright的选择器以及常见的操作方法。 6.选择器 我们…

git 本地仓库

本地仓库 start.bat 启动

k_d树, KNN算法学习笔记_1 距离和范数

k_d树, KNN算法学习笔记_1 距离和范数 二维树中最近邻搜索的示例。这里&#xff0c;树已经构建好了&#xff0c;每个节点对应一个矩形&#xff0c;每个矩形被分割成两个相等的子矩形&#xff0c;叶子对应于包含单个点的矩形 From Wikipedia 1&#xff0e; k k k近邻法是基本且简…

使用“反向代理服务器”的优点是什么?

反向代理服务器是一种网络架构模式&#xff0c;通常位于客户端和实际服务器之间&#xff0c;用于处理客户端请求并转发到实际服务器。以下是使用反向代理服务器的优点&#xff1a; 1.安全性&#xff1a;反向代理服务器可以提供额外的安全层。通过在反向代理服务器上配置防火墙和…

opencv006 绘制直线、矩形、⚪、椭圆

绘制图形是opencv经常使用的操作之一&#xff0c;库中提供了很多有用的接口&#xff0c;今天来学习一下吧&#xff01; &#xff08;里面的函数和参数还是有点繁琐的&#xff09; 最终结果显示 函数介绍 直线 line(img, pt1, pt2, color, thickness, lineType, shift) img: 在…

GO语言笔记1-变量与基本数据类型

变量使用步骤 声明赋值使用 package main import "fmt" func main(){var age int //声明一个 int类型的变量叫ageage 18 //给变量用 赋值fmt.Println(age) //使用变量 输出变量的值 } 编译运行输出变量值 变量的四种使用方式 package main import "fmt&q…