微信小程序API 绘图·globalCompositeOperation

canvasContext.globalCompositeOperation


基础库 1.9.90 开始支持,低版本需做兼容处理

定义

该属性是设置要在绘制新形状时应用的合成操作的类型。

语法

canvasContext.globalCompositeOperation = type

参数

属性值 类型 说明
type String 标识要使用哪种合成或混合模式操作

type 支持的操作有:

平台 操作
安卓 xor, source-over, source-atop, destination-out, lighter, overlay, darken, lighten, hard-light
iOS xor, source-over, source-atop, destination-over, destination-out, lighter, multiply, overlay, darken, lighten, color-dodge, color-burn, hard-light, soft-light, difference, exclusion, saturation, luminosity
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《微信小程序API 绘图·globalCompositeOperation》
文章链接:https://zhuji.vsping.com/309327.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。