combine src1 * src2

Multiplies src1 and src2 together. The result will be darker than either input.
将源1和源2的元素相乘。结果会比单独输出任何一个都要暗
combine src1 + src2
Adds src1 and src2 together. The result will be lighter than either input.
将将源1和源2的元素相加。结果会比单独输出任何一个都要亮
combine src1 - src2
Subtracts src2 from src1.
源1 减去 源2
combine src1 +- src2
Adds src1 to src2, then subtracts 0.5 (a signed add).
先相加,然后减去0.5(添加了一个符号)
combine src1 lerp (src2) src3
Interpolates between src3 and src1, using the alpha of src2. Note that the interpolation is opposite direction: src1 is used when alpha is one, and src3 is used when alpha is zero.
使用源2的透明度通道值在源3和源1中进行差值,注意差值是反向的:当透明度值是1是使用源1,透明度为0时使用源3
combine src1 * src2 + src3
Multiplies src1 with the alpha component of src2, then adds src3.
源1和源2的透明度相乘,然后加上源3
combine src1 * src2 +- src3
Multiplies src1 with the alpha component of src2, then does a signed add with src3.
源1和源2的透明度相乘,然后和源3做符号加
combine src1 * src2 - src3
Multiplies src1 with the alpha component of src2, then subtracts src3.
源1和源2的透明度相乘,然后和源3相减

All the src properties can be either one of previous, constant, primary or texture.

所有源属性都可以是previous, constant, primary or texture其中的一个。

  • Previous is the the result of the previous SetTexture.
    上一次SetTexture的结果
  • Primary is the color from the lighting calculation or the vertex color if it is bound.
    来自光照计算的颜色或是当它绑定时的顶点颜色
  • Texture is the color of the texture specified by [_TextureName] in the SetTexture (see above).
    在SetTexture中被定义的纹理的颜色
  • Constant is the color specified in ConstantColor.
    被ConstantColor定义的颜色

Modifiers 解释:

  • The formulas specified above can optionally be followed by the keywords Double or Quad to make the resulting color 2x or 4x as bright.
    上述的公式都均能通过关键字 Double 或是 Quad 将最终颜色调高亮度2倍或4倍。
  • All the src properties, except lerp argument, can optionally be preceded by one - to make the resulting color negated.
    所有的src属性,除了差值参数都能被标记一个-符号来使最终颜色反相。
  • All the src properties can be followed by alpha to take only the alpha channel.
    所有src属性能通过跟随 alpha 标签来表示只取用alpha通道。

转载于:https://www.cnblogs.com/zsw-1993/archive/2013/02/28/4880345.html

Texture block combine command 纹理块合并命令相关推荐

  1. curr_conv oracle,Oracle 11g ADG Automatic Block Repair(ABMR自动块修复)功能测试

    ORACLE 11g ACTIVE Data Guard 不仅提供了physical standby 可以open read-only ,还提供了一个无论是主备库发现currupt block的情况下 ...

  2. WordPress Gutenberg Block API:扩展块

    欢迎回到有关使用WordPress Gutenberg Block API创建自定义块的系列文章. 本教程全部关于扩展我们在上一篇文章中创建的随机图像块. 我们可以添加一个下拉控件来选择图像类别. 我 ...

  3. mysql客户端指令_mysql command line client(mysql命令行客户端)

    mysql command line client(mysql命令行客户端) (2010-03-24 09:18:38) 标签: 文化 分类: 数据库 1.输入密码:****** 2.ues mysq ...

  4. mysql57数据库命令_MySQL 5.7 mysql command line client 使用命令详解

    MySQL 5.7 MySQL command line client 使用命令 1.输入密码:****** 2.ues mysql;使用Mysql 3.show databases;显示数据库 4. ...

  5. AUTOCAD——JOIN合并命令

    合并相似对象形成一个完整对象.例如,圆弧,同方向的线,重合的线等. 执行方式 1.输入命令"JOIN"(快捷键:J),按下空格键. JOIN命令 2.根据提示,选择源对象或要一次合 ...

  6. Huhu Command 正式发布!实用命令行存取工具

    Huhu Command 正式发布!实用命令行存取工具 今天给大家分享一个近期发现的实用命令行工具,Huhu command .不知道各位中重度命令行使用者,有没有经常遇到忘记命令行的情况,每次都要重 ...

  7. Oracle clean out.,Oracle(block clean out)的块清除

    Oracle(block clean out)的块清除 Clean out有2种: fast commit cleanout,delayed block cleanout 1.如果一个事务(trans ...

  8. CAD梦想画图中“合并命令”

    在线CAD合并命令可以将直线.圆.椭圆弧和样条曲线等独立的图线合并为一个对象.无法将线与弧相互连接,只能连接两共线的直线或处于同一个圆上的弧线. 执行方式 (1)单击编辑工具栏"合并命令&q ...

  9. 【html】常见的行标签(inline)、块标签(block)和行块标签(inline-block)特点及相互转换

    常见的HTML标签 前言 一.行标签 1.span标签 2.a标签 3.i标签.b标签和em标签.strong标签 4.其他的行标签 5.行标签特点 二.块标签 1.div标签 2.标题(H1-H6) ...

最新文章

  1. Ubuntu Snap 简述
  2. 鸿蒙 github harmony,鸿蒙HarmonyOS三方件开发指南-SwipeLayout侧滑删除
  3. 用阿里云镜像解决Maven速度慢问题
  4. C# SqlBulkCopy 避免插入重复数据(不重复即插入)
  5. 图论--最短路-- Dijkstra模板(目前见到的最好用的)
  6. jdk8之lambda
  7. linux c之使用共享内存实现进程间通信
  8. tkinter中scale拖拉改变值控件(十一)
  9. 无处不在的xss攻击
  10. linux下apache tomcat jk集群,apache+tomcat+JK 集群 并发上不去
  11. pycharm怎么做html网页_html下拉菜单怎么做
  12. unity3d发布linux版本_密码管理器 1Password 发布第一个 Linux 测试版本
  13. mysql基础之数据库备份和恢复的基础知识
  14. HDU 5183 Negative and Positive (NP) (hashmap+YY)
  15. tomcat7.0安装及配置教程(win10)
  16. linux crontab修改不生效,crontab 内容修改不生效
  17. 使用Spring Boot + Resilience 4j实现断路器
  18. 融媒体时代背景下计算机应用,融媒体背景论文10篇_发表之家
  19. QQ邮箱授权码和二代密保
  20. 鸿蒙系统vivo能用吗,不是华为手机,也能用上鸿蒙系统

热门文章

  1. 写在自己工作六年:转载《软件工程师六年心得体会》
  2. 软件产品三步曲(内容、可用性、视觉)
  3. /etc/udev/rules.d/10-usbstorage.rules
  4. Unity中使用GameObject.Find、Transform.Find查找GameObject
  5. php 保存错误日志,PHP中把错误日志保存在系统日志中_PHP教程
  6. send的内容ajax,Ajax中send方法的使用
  7. 鬼点灯服务器找不到了怎么办,Minecraft地图被毁或是找不到了怎么办?手把手教你找回它!...
  8. 我的 2020 总结:跌宕起伏
  9. CDH集群禁用kerberos的讲解
  10. Python之面向对象 私有属性和私有方法