gpt4 book ai didi

ios - kCGBlendMode 值中 R、S、Da 的含义

转载 作者:行者123 更新时间:2023-11-29 12:23:42 26 4
gpt4 key购买 nike

我无法理解 R = 0R = SR = S*Da 的含义,定义在 kCGBlendMode 值,例如 kCGBlendModeClearkCGBlendModeCopykCGBlendModeSourceIn。那么,这些符号指的是什么?

最佳答案

R=0 表示结果颜色将为 0,表示将被清除。

R=S 表示结果颜色与源颜色相同

R=S*Da 表示结果是源颜色乘以目标的 alpha 值

如果你看一下 documentation向下滚动你会看到它们的含义:

The blend mode constants introduced in OS X v10.5 represent the Porter-Duff blend modes (a little explanation how they work). The symbols in the equations for these blend modes are:

  • R is the premultiplied result
  • S is the source color, and includes alpha
  • D is the destination color, and includes alpha
  • Ra, Sa, and Da are the alpha components of R, S, and D

如果您进一步查看 Setting blend modes您可以看到应用的大部分混合模式以及它们的结果可能是什么样子。

关于ios - kCGBlendMode 值中 R、S、Da 的含义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29866929/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com