This commit is contained in:
2025-12-10 17:17:52 +08:00
parent de04fcbec1
commit 9904653cc6
3 changed files with 92 additions and 1 deletions

View File

@ -51,6 +51,8 @@ fx [滤镜名称] <参数1> <参数2> ...
* ```fx RGB分离 <偏移量=5>```
* ```fx 叠加颜色 <颜色列表=[rgb(255,0,0)|(0,0)+rgb(0,255,0)|(0,100)+rgb(0,0,255)|(50,100)]> <叠加模式=overlay>```
* ```fx 像素抖动 <最大偏移量=2>```
* ```fx 半调 <半径=5>```
* ```fx 描边 <半径=5> <颜色=black>```
### 几何变换滤镜
* ```fx 平移 <x偏移量=10> <y偏移量=10>```