@vvfx/sdk 0.1.19-alpha.26 → 0.1.19-alpha.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -4004,6 +4004,10 @@ type MaskGizmoConfig = {
4004
4004
  * @description 蒙版颜色
4005
4005
  */
4006
4006
  maskColor: number;
4007
+ /**
4008
+ * @description 蒙版背景色
4009
+ */
4010
+ maskBackgroundColor: number;
4007
4011
  /**
4008
4012
  * @description 蒙版透明度
4009
4013
  */
package/dist/index.d.ts CHANGED
@@ -4004,6 +4004,10 @@ type MaskGizmoConfig = {
4004
4004
  * @description 蒙版颜色
4005
4005
  */
4006
4006
  maskColor: number;
4007
+ /**
4008
+ * @description 蒙版背景色
4009
+ */
4010
+ maskBackgroundColor: number;
4007
4011
  /**
4008
4012
  * @description 蒙版透明度
4009
4013
  */