Set mask-mode to alpha if the mask-image property is an image (an image URL or a gradient). If the mask-image property is an SVG <mask> element, use the <mask-type property of the <mask> element. This is the default setting.
luminance
As the mask values, use the luminance values of the mask image.
alpha
Use the mask image's alpha values as the mask values.
initial
This property is set to its default value.
inherit
This property is inherited from its parent element.