fix: 新增全局滤镜

This commit is contained in:
奔跑的面条
2022-04-25 16:17:22 +08:00
parent b4972eed39
commit e02dad5e2c
7 changed files with 41 additions and 31 deletions
@@ -74,13 +74,13 @@ export const useChartEditStore = defineStore({
// 色相
hueRotate: 0,
// 饱和度
saturate: 0,
// 亮度
brightness: 100,
saturate: 1,
// 对比度
contrast: 100,
// 不透明
unOpacity: 100,
contrast: 1,
//
brightness: 1,
// 透明度
opacity: 1,
// 默认背景色
background: undefined,
backgroundImage: undefined,