让掩模层图片被视为亮度掩模:
.mask1 {
-webkit-mask-image: url(w3logo.png);
mask-image: url(w3logo.png);
-webkit-mask-size: 70%;
mask-size: 70%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-mode: luminance;
}
亲自试一试 »
这个mask-mode
属性指定遮罩层图片是否应被视为亮度遮罩或 alpha 遮罩。
默认值: | 匹配源 |
---|---|
遗传: | 不 |
可动画: | 不。阅读可动画的 |
版本: | CSS3 |
JavaScript 语法: | 对象.style.maskMode="alpha" |
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
mask-mode | Not supported | Not supported | 53.0 | Not supported | Not supported |
mask-mode: match-source|luminance|alpha|initial|inherit;
Value | Description |
---|---|
match-source | If the mask-image property is an image (an image URL or a gradient), set mask-mode to alpha. If the mask-image property is an SVG <mask> element, use the <mask> element's mask-type property. This is default. |
luminance | Use the luminance values of the mask image as the mask values |
alpha | Use the alpha values of the mask image as the mask values |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
CSS 参考:掩模图片属性
CSS 参考:掩码起源属性
CSS 参考:掩模位置属性
CSS 参考:掩码重复属性
CSS 参考:掩模尺寸属性
CSS教程:CSS 屏蔽
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!