forked from RDCNWebs/rd.rdlevel.cn
更新 pages/decoration.md
This commit is contained in:
parent
39c0db4373
commit
2b9a5a008c
@ -119,11 +119,11 @@
|
||||
|
||||
精灵图颜色为RGB(r2.g2.b2)
|
||||
|
||||
附加(add 线性减淡)模式显示的颜色为RGB(r1+r2,g1+g2,b1+b2)
|
||||
**附加(add 线性减淡)**模式显示的颜色为RGB(r1+r2,g1+g2,b1+b2)
|
||||
|
||||
叠加(mul 正片叠底)模式显示的颜色为RGB(r1*r2/255.g1*g2/255.b1*b2/255)
|
||||
**叠加(mul 正片叠底)**模式显示的颜色为RGB(r1*r2/255.g1*g2/255.b1*b2/255)
|
||||
|
||||
反转(inv 反色)模式显示的颜色为RGB(rl-r2,b1-b2,g1-g2)
|
||||
**反转(inv 反色)**模式显示的颜色为RGB(rl-r2,b1-b2,g1-g2)
|
||||
|
||||
## 精灵的使用技巧
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user